InkEdit.Status property
Gets a value that specifies whether the InkEdit control is idle, collecting ink, or recognizing ink.
This property is read-only.
Syntax
HRESULT get_Status( [out, retval] InkEditStatus *pStatus );
Property value
A value from the InkEditStatus enumeration, which specifies whether the control is idle, collecting ink, or recognizing ink.
| Value | Meaning |
|---|---|
|
The InkEdit control is neither collecting nor recognizing ink. |
|
The InkEdit control is collecting ink. |
|
The InkEdit control is recognizing ink. |
Remarks
This property is available at run time only.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also