Share via


SignatureCaptureBasic.State Property

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

Usage

'Usage
Dim signatureCaptureBasic1 As SignatureCaptureBasic

Dim returnValue As ControlState
returnValue = signatureCaptureBasic1.State

Syntax

'Declaration
Public Overrides ReadOnly Property State() As ControlState
public override ControlState State {get;}
public: property virtual ControlState^ State{
    ControlState^ get();
}
public ControlState get_State();
public override function get State() : ControlState;

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, and Windows 2000

Target Platforms

See Also

Reference

SignatureCaptureBasic Class
SignatureCaptureBasic Members
Microsoft.PointOfService.BasicServiceObjects Namespace