This class represents the collection of the available rows on the TextLCD screen.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

System..::.Object
  System.Collections..::.ReadOnlyCollectionBase
    Phidgets..::.TextLCDRowCollection

See Also