Gets the maximum length of this row.

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

Syntax

C#
public int MaximumLength { get; }
Visual Basic (Declaration)
Public ReadOnly Property MaximumLength As Integer
Visual C++
public:
property int MaximumLength {
	int get ();
}

Remarks

Returns the number of columns (characters per row) available on the display. This value is the same for every row.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also