InkEdit.Status Property

InkEdit.Status Property

Gets a value that indicates whether the InkEdit control is idle, collecting ink, or recognizing ink.

Definition

Visual Basic .NET Public ReadOnly Property Status As InkEditStatus
C# public InkEditStatus Status { get; }
Managed C++ public: __property InkEditStatus* get_Status();

Property Value

Microsoft.Ink.InkEditStatus. Whether the InkEdit control is idle, collecting ink, or recognizing ink.

This property is read-only. This property has no default value.

Idle0 Indicates the control is idle (not collecting or recognizing ink).
Collecting1 Indicates the control is collecting ink.
Recognizing2 Indicates the control is recognizing ink.

Remarks

This property is available at run time only.

See Also