Accusoft.NotateXpress13.Net
InteractMode Property




Gets and sets whether the annotations are in interactive mode or not.
Syntax
'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);
}

Property Value

The AnnotationMode enumeration value set.
Remarks
The InteractMode property sets or returns the interactive state of the annotations. The default value is EditMode.

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.

See Also

Reference

NotateXpress Class
NotateXpress Members
AnnotationMode Enumeration

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback