The TextLCD row indexer list. This gets a reference to the TextLCDRow object stored at the supplied index locaiton in the collection list.

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

Syntax

C#
public TextLCDRow this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As TextLCDRow
Visual C++
public:
property TextLCDRow^ default[int index] {
	TextLCDRow^ get (int index);
}

Parameters

index
Type: System..::.Int32
The TextLCD row index.

See Also