SignatureCapture.CapDisplay Property
2/27/2008
Indicates whether the device can display a form or data entry screen.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapDisplay As Boolean
public abstract bool CapDisplay { get; }
public:
virtual property bool CapDisplay {
bool get () abstract;
}
/** @property */
public abstract boolean get_CapDisplay ()
public abstract function get CapDisplay () : boolean
Remarks
Set to true if the device can display a form or data entry screen;otherwise, false.
CapDisplay 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
SignatureCapture Class
SignatureCapture Members
Microsoft.PointOfService Namespace