ImageGear .NET - Updated December 24, 2018
MouseTool Property (PageView)




ImageGear24.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

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