Accusoft.NotateXpressSdk Namespace > NotateXpress Class : InteractMode Property |
'Declaration <DescriptionAttribute("Inidciates whether the annotations are in interactive mode or edit mode.")> <BrowsableAttribute(True)> <CategoryAttribute("NotateXpress")> Public Property InteractMode As AnnotationMode
'Usage Dim instance As NotateXpress Dim value As AnnotationMode instance.InteractMode = value value = instance.InteractMode
[Description("Inidciates whether the annotations are in interactive mode or edit mode.")] [Browsable(true)] [Category("NotateXpress")] public AnnotationMode InteractMode {get; set;}
[Description("Inidciates whether the annotations are in interactive mode or edit mode.")] [Browsable(true)] [Category("NotateXpress")] public: __property AnnotationMode get_InteractMode(); public: __property void set_InteractMode( AnnotationMode value );
[Description("Inidciates whether the annotations are in interactive mode or edit mode.")] [Browsable(true)] [Category("NotateXpress")] public: property AnnotationMode InteractMode { AnnotationMode get(); void set ( AnnotationMode value); }
In EditMode, the ToolPalette can be visible, users can create, select, resize and move objects, and the events generated reflect these actions.
In InteractiveMode the ToolPalette is hidden, objects cannot be selected, and user interaction generates MouseDown, MouseMove, MouseUp, Click, and DoubleClick events.