InkOverlayAttachMode Enumeration
InkOverlayAttachMode Enumeration |
Defines values that specify where to attach the new InkOverlay object, behind or in front of the active layer.
Declaration
[C++]
typedef enum InkOverlayAttachMode {
IOAM_Behind = 0,
IOAM_InFront = 1
} InkOverlayAttachMode;
[Microsoft® Visual Basic® 6.0]
Enum InkOverlayAttachMode
IOAM_Behind = 0
IOAM_InFront = 1
End Enum
Members
The following tables list the enumeration values.
Name | Description |
---|---|
Behind | Attaches the new InkOverlay object behind the active window.
This is the default value. |
InFront | Attaches the new InkOverlay object in front of the active window. |