InkOverlayEditingMode Enumeration

InkOverlayEditingMode Enumeration

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

Definition

Visual Basic .NET Public Enum InkOverlayEditingMode
C# public enum InkOverlayEditingMode
Managed C++ __value public enum InkOverlayEditingMode

Constants

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

Enumeration Information

Namespace Microsoft.Ink
Assembly Microsoft.Ink (microsoft.ink.dll)
Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8

See Also