Share via


RemoteOrderDisplay.CapTouch Property

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)

Usage

'Usage
Dim remoteOrderDisplay1 As RemoteOrderDisplay

Dim returnValue As Boolean
returnValue = remoteOrderDisplay1.CapTouch

Syntax

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

Remarks

CapTouch 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

RemoteOrderDisplay Class
RemoteOrderDisplay Members
Microsoft.PointOfService Namespace
CurrentUnitId
DataEvent
RemoteOrderDisplayEventTypes