InkDisplayMode Enumeration |
Defines values that specify how a selection appears on the control.
Declaration
[C++]
typedef enum InkDisplayMode {
IDM_Ink = 0,
IDM_Text = 1
} InkDisplayMode;
Members
| Name | Description |
| Ink | The selection appears as ink. |
| Text | The selection appears as text. |