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.

ValueMeaning
Idle

The InkEdit control is neither collecting nor recognizing ink.

Collecting

The InkEdit control is collecting ink.

Recognizing

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

Inked.h (also requires inked_i.c)

Library

InkEd.dll

See also

InkEdit
InkEditStatus Enumeration

 

 

Show: