InkEdit controls
Specifies whether the ink is inserted as text or as ink.
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.
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