InkEdit.InkInsertMode Property

InkEdit.InkInsertMode Property

Gets or sets a value from the InkInsertMode enumeration that indicates how ink is inserted onto the control.

Definition

Visual Basic .NET Public Property InkInsertMode As InkInsertMode
C# public InkInsertMode InkInsertMode { get; set; }
Managed C++ public: __property InkInsertMode* get_InkInsertMode();
public: __property void set_InkInsertMode(InkInsertMode*);

Property Value

Microsoft.Ink.InkInsertMode. How ink is inserted onto the control.

This property is read/write. This property has no default value.

InsertAsText0 Specifies drawn ink is inserted as text.
InsertAsInk1 Specifies drawn ink is inserted as ink.

See Also