InkOverlayEditingMode enumeration (msinkaut.h)

Specifies the behavior mode of the InkOverlay object and the InkPicture control.

Syntax

typedef enum InkOverlayEditingMode {
  IOEM_Ink = 0,
  IOEM_Delete = 1,
  IOEM_Select = 2
} ;

Constants

 
IOEM_Ink
Value: 0
The object or control is in collection mode.
IOEM_Delete
Value: 1
The object or control is in deletion mode.
IOEM_Select
Value: 2
The object or control is in selection and editing mode.

Requirements

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

See also

EditingMode Property [InkPicture Control

EraserMode Property [InkPicture Control]

EraserWidth Property [InkPicture Control]

InkOverlay Class

InkOverlayEraserMode Enumeration

InkPicture Control Reference