InkEdit.InkInsertMode property
Gets or sets a value that specifies how ink is inserted onto the InkEdit control, either as text or as ink.
This property is read/write.
Syntax
HRESULT put_InkInsertMode(
[in] InkInsertMode newVal
);
HRESULT get_InkInsertMode(
[out, retval] InkInsertMode *pVal
);
Property value
A value using the InkInsertMode enumeration, which specifies how ink is inserted onto the control, either as text or as ink.
| Value | Meaning |
|---|---|
|
Default. Drawn ink is inserted as text. |
|
Drawn ink is inserted as ink. |
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also
Show: