EditMode

Applies to

InkPicture controls

Description

Specifies whether the editing mode of the control is set for drawing ink, editing ink, or deleting ink.

Usage


In a painter

StepsTo specify the mode of ink collection:

  1. Select a value from the EditMode drop-down list on the Ink page in the Properties view.


In scripts

The EditMode property takes a value of the InkPicEditMode enumerated variable. Values are:

This example specifies that the InkPicture control delete any ink under the tip of the stylus:

ie_1.EditMode = InkPicDeleteMode!