InkEdit.SelInksDisplayMode property
Gets or sets a value that allows for toggling the appearance of the selection between ink and text.
This property is read/write.
Syntax
HRESULT put_SelInksDisplayMode(
[in] InkDisplayMode InkDisplayMode
);
HRESULT get_SelInksDisplayMode(
[out] InkDisplayMode *pInkDisplayMode
);
Property value
Avalue using the InkDisplayMode enumeration, which specifies whether the selection appears as ink or text.
| Value | Meaning |
|---|---|
|
The selection appears as ink. |
|
The selection appears as text. |
Remarks
This property is run time only.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also
Show: