InkDisplayMode enumeration

Specifies how a selection appears on the control.

Syntax


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

Constants

IDM_Ink

The selection appears as ink.

IDM_Text

The selection appears as text.

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)

See also

SelInksDisplayMode Property
InkEdit Control Reference

 

 

Show: