ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : MouseTool Property |
'Declaration <DefaultValueAttribute()> <BrowsableAttribute(True)> <CategoryAttribute("PageView Properties")> <DescriptionAttribute("An enumeration value which represents the behavior of the left mouse button.")> Public Property MouseTool As MouseTool
'Usage Dim instance As PageView Dim value As MouseTool instance.MouseTool = value value = instance.MouseTool
[DefaultValueAttribute()] [BrowsableAttribute(true)] [CategoryAttribute("PageView Properties")] [DescriptionAttribute("An enumeration value which represents the behavior of the left mouse button.")] public MouseTool MouseTool {get; set;}
[DefaultValueAttribute()] [BrowsableAttribute(true)] [CategoryAttribute("PageView Properties")] [DescriptionAttribute("An enumeration value which represents the behavior of the left mouse button.")] public: __property MouseTool get_MouseTool(); public: __property void set_MouseTool( MouseTool value );
[DefaultValueAttribute()] [BrowsableAttribute(true)] [CategoryAttribute("PageView Properties")] [DescriptionAttribute("An enumeration value which represents the behavior of the left mouse button.")] public: property MouseTool MouseTool { MouseTool get(); void set ( MouseTool value); }
The default value is MouseTool.RectangleZoom