Gets and sets the interactive state of the annotations.
Read-write property
Visual Basic |
---|
Public Property InteractMode As NX_AnnotationMode |
An NX_AnnotationMode enumeration value which represents the interactive state of the annotations.
The default value is EditMode
In EditMode, the Toolbar can be visible. Users can create, select, resize and move objects and the events generated reflect these actions.
In InteractiveMode in which the Toolbar is hidden, objects cannot be selected, and user interaction generates MouseDown, MouseMove, MouseUp, Click, and DoubleClick events.