Share via


BumpBar.CapTone Property

2/27/2008

Gets a Boolean value that indicates whether the bump bar device supports an enunciator.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapTone As Boolean
public abstract bool CapTone { get; }
public:
virtual property bool CapTone {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapTone ()
public abstract function get CapTone () : boolean

Remarks

If true, the bump bar unit specified by the CurrentUnitId property supports an enunciator; otherwise it is false.

CapTone is 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

BumpBar Class
BumpBar Members
Microsoft.PointOfService Namespace
CurrentUnitId