InkOverlayEditingMode Enumeration

InkOverlayEditingMode Enumeration

Defines values that specify the behavior mode of the InkOverlay object and the InkPicture control.

Declaration

[C++]

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

[Microsoft® Visual Basic® 6.0]

Enum InkOverlayEditingMode
    IOEM_Ink = 0
    IOEM_Delete = 1
    IOEM_Select = 2
End Enum

Members

The following tables list the members exposed by the object.

Name Description
Ink Specifies that the object or control is in collection mode
Delete Specifies that the object or control is in deletion mode.
Select Specifies that the object or control is in selection and editing mode.