This class represents a collection of TextLEDRows.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class TextLEDRowCollection : ReadOnlyCollectionBase
Visual Basic (Declaration)
Public Class TextLEDRowCollection _
	Inherits ReadOnlyCollectionBase
Visual C++
public ref class TextLEDRowCollection : public ReadOnlyCollectionBase

Remarks

This class contains the count of the total number of rows on the TextLED and the indexer for accessing these display rows.

Inheritance Hierarchy

System..::.Object
  System.Collections..::.ReadOnlyCollectionBase
    Phidgets..::.TextLEDRowCollection

See Also