Share via


InkOverlayEditingMode Enumeration

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

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Enumeration InkOverlayEditingMode
'Usage
Dim instance As InkOverlayEditingMode
public enum InkOverlayEditingMode
public enum class InkOverlayEditingMode
public enum InkOverlayEditingMode

Members

Member 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.

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

Microsoft.Ink Namespace

InkOverlayEraserMode

InkOverlay.EditingMode

InkPicture.EditingMode