InkEdit.InkInsertMode property

Gets or sets a value that specifies how ink is inserted onto the InkEdit control, either as text or as ink.

This property is read/write.

Syntax


HRESULT put_InkInsertMode(
  [in]          InkInsertMode newVal
);

HRESULT get_InkInsertMode(
  [out, retval] InkInsertMode *pVal
);

Property value

A value using the InkInsertMode enumeration, which specifies how ink is inserted onto the control, either as text or as ink.

ValueMeaning
InsertAsText

Default. Drawn ink is inserted as text.

InsertAsInk

Drawn ink is inserted as ink.

 

Requirements

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Inked.h (also requires inked_i.c)

Library

InkEd.dll

See also

InkEdit
InkInsertMode Enumeration

 

 

Show: