InkOverlayAttachMode enumeration (msinkaut.h)

Specifies where to attach the new InkOverlay object, behind or in front of the active layer.

Syntax

typedef enum InkOverlayAttachMode {
  IOAM_Behind = 0,
  IOAM_InFront = 1
} ;

Constants

 
IOAM_Behind
Value: 0
The new InkOverlay object is attached behind the active window.

This is the default value.
IOAM_InFront
Value: 1
The new InkOverlay object is attached in front of the active window.

Requirements

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

See also

AttachMode Property

InkOverlay Class