Share via


Scale.CapDisplayText Property

Indicates whether a scale can display text.

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

Usage

'Usage
Dim scale1 As Scale

Dim returnValue As Boolean
returnValue = scale1.CapDisplayText

Syntax

'Declaration
Public MustOverride ReadOnly Property CapDisplayText() As Boolean
public abstract bool CapDisplayText {get;}
public: property virtual Boolean CapDisplayText{
    Boolean get();
}
public abstract boolean get_CapDisplayText();
public abstract function get CapDisplayText() : Boolean;

Remarks

Set to TRUE if the scale includes an integrated display that shows weight and can also show a text description of the item being weighed. Otherwise it is FALSE, indicating that extra text cannot be shown on the display.

If TRUE, then CapDisplay must also be TRUE.

CapDisplayText is typically initialized to FALSE. It should then be kept current by the service object while the device is enabled.

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
MaxDisplayTextChars