InsertAsText

Applies to

InkEdit controls

Description

Specifies whether the ink is inserted as text or as ink.

Usage

In a painter

To specify that ink added to the InkEdit control is not converted to text:

  • Clear the InsertAsText check box on the Ink page in the Properties view.

In scripts

The InsertAsText property takes a boolean value. By default, ink is converted to text after a brief pause. If you want the ink to be displayed as ink in the control instead of being converted to text, set the value of the InsertAsText property to false:

ie_1.InsertAsText = FALSE