RemoteOrderDisplay.CapTouch Property
2/27/2008
Gets a Boolean value that indicates whether the video unit specified by the CurrentUnitId property supports the TouchUp, TouchDown, and TouchMove event types.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapTouch As Boolean
public abstract bool CapTouch { get; }
public:
virtual property bool CapTouch {
bool get () abstract;
}
/** @property */
public abstract boolean get_CapTouch ()
public abstract function get CapTouch () : boolean
Remarks
CapTouch 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
RemoteOrderDisplay Class
RemoteOrderDisplay Members
Microsoft.PointOfService Namespace
CurrentUnitId
DataEvent
RemoteOrderDisplayEventTypes