Share via


SignatureCapture.CapUserTerminated Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Indicates whether a user can terminate a signature capture.

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

Syntax

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

Remarks

Set to true if the user can terminate signature capture by checking a completion box, pressing a completion button, or performing another interaction with the device.

Contains false if the application must end signature capture by calling the EndCapture method.

CapUserTerminated 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