InkInsertMode Property
InkInsertMode Property |
Gets or sets a value that specifies how ink is inserted onto the InkEdit control, either as text or as ink.
Declaration
[C++]
[propput] HRESULT put_InkInsertMode ([in] InkInsertMode Mode);
[propget] HRESULT get_InkInsertMode ([out, retval] InkInsertMode*
Mode);
[Microsoft® Visual Basic® 6.0]
Public Property Get InkInsertMode() As InkInsertMode
Public Property Let InkInsertMode(ByVal theInkInsertMode As InkInsertMode)
Property Value
InkInsertMode A value from the InkInsertMode enumeration, which specifies how ink is inserted onto the control, either as text or as ink.
Name | Description |
InsertAsText | Default. Drawn ink is inserted as text. |
InsertAsInk | Drawn ink is inserted as ink. |
This property is read/write.