ImageGear PDF v25.2 - Updated
MouseTool Property (PageView)




ImageGear.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : MouseTool Property
Gets or sets the mouse tool.
Syntax
'Declaration
 
Public Property MouseTool As ImGearMouseTool
'Usage
 
Dim instance As PageView
Dim value As ImGearMouseTool
 
instance.MouseTool = value
 
value = instance.MouseTool
public ImGearMouseTool MouseTool {get; set;}
public: __property ImGearMouseTool get_MouseTool();
public: __property void set_MouseTool( 
   ImGearMouseTool value
);
public:
property ImGearMouseTool MouseTool {
   ImGearMouseTool get();
   void set (    ImGearMouseTool value);
}

Property Value

MouseTool enumeration value.
Remarks
If the annotation assembly is not available, an exception will occur when setting an annotation mouse tool.
See Also

Reference

PageView Class
PageView Members

Is this page helpful?
Yes No
Thanks for your feedback.