This class represents the collection of the available screens on the TextLCD.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

System..::.Object
  System.Collections..::.ReadOnlyCollectionBase
    Phidgets..::.TextLCDScreenCollection

See Also