The custom character object.

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

Syntax

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

Parameters

index
Type: System..::.Int32
Index of the custom character in the collection

Return Value

The custom character object stored at the index in the collection

See Also