The NotateXpress.InteractMode property governs the interactive state of annotations:
- In Interactive Mode, application end-users can interact with, but not edit, annotations. They cannot see the toolbar, annotation elements cannot be selected, and user interaction generates mouse click events: NotateXpress.MouseDown, NotateXpress.MouseMove, NotateXpress.MouseUp, NotateXpress.Click, NotateXpress.DoubleClick.
- In Edit Mode, application end-users can edit annotations. The toolbar can be visible, users can create, select, resize, and move objects, and the events generated reflect these annotation actions (see Creating, Selecting, and Modifying Annotations , and Grouping Annotations).
See Also