InkDisplayMode enumeration (inked.h)

Specifies how a selection appears on the control.

Syntax

typedef enum InkDisplayMode {
  IDM_Ink = 0,
  IDM_Text = 1
} ;

Constants

 
IDM_Ink
Value: 0
The selection appears as ink.
IDM_Text
Value: 1
The selection appears as text.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Header inked.h

See also

InkEdit Control Reference

SelInksDisplayMode Property