Share via


Scale.MaxDisplayTextChars Property

2/27/2008

Holds the number of characters that can be displayed.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property MaxDisplayTextChars As Integer
public abstract int MaxDisplayTextChars { get; }
public:
virtual property int MaxDisplayTextChars {
    int get () abstract;
}
/** @property */
public abstract int get_MaxDisplayTextChars ()
public abstract function get MaxDisplayTextChars () : int

Remarks

Contains the number of characters that can be displayed on an integrated display for article description text.

If CapDisplayText is false, the device does not support text display and MaxDisplayTextChars is always zero.

MaxDisplayTextChars is set and updated by the service object, based on the capabilities of the device.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

Scale Class
Scale Members
Microsoft.PointOfService Namespace
Scale.CapDisplayText Property