InkMode Enumeration

InkMode Enumeration

Defines values that specify the collection mode of the InkEdit control.

Definition

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

Constants

Constant Name Description
Disabled Specifies that ink collection is disabled. No strokes are created when in this mode.
Ink Specifies that only ink is collected, creating a stroke.
InkAndGesture Specifies that ink is collected and single stroke application gestures are accepted.

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