Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_BehindValue: 0 The new InkOverlay object is attached behind the active window. This is the default value. |
IOAM_InFrontValue: 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 |