The collection of custom characters that can be defined for the display.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public class TextLCDCustomCharacterCollection : ReadOnlyCollectionBase | 
| Visual Basic (Declaration) | 
|---|
| Public Class TextLCDCustomCharacterCollection _ Inherits ReadOnlyCollectionBase | 
| Visual C++ | 
|---|
| public ref class TextLCDCustomCharacterCollection : public ReadOnlyCollectionBase | 
 Remarks
Remarks
             The display handles 8 custom characters. These must be defined before
            they can be used. They will stay in the TextLCD memory until power is removed.
            
 Inheritance Hierarchy
Inheritance Hierarchy
System..::.Object
System.Collections..::.ReadOnlyCollectionBase
Phidgets..::.TextLCDCustomCharacterCollection
System.Collections..::.ReadOnlyCollectionBase
Phidgets..::.TextLCDCustomCharacterCollection





