Share via


Scale.MaxDisplayTextChars Property

Contains the number of characters that can be displayed.

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

Usage

'Usage
Dim scale1 As Scale

Dim returnValue As Integer
returnValue = scale1.MaxDisplayTextChars

Syntax

'Declaration
Public MustOverride ReadOnly Property MaxDisplayTextChars() As Integer
public abstract int MaxDisplayTextChars {get;}
public: property virtual Int32 MaxDisplayTextChars{
    Int32 get();
}
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 typically initialized to FALSE. It should then be 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Scale Class
Scale Members
Microsoft.PointOfService Namespace
CapDisplayText