ImageGear .NET - Updated
mouseTool Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : mouseTool Property
Indicates the behavior of the left mouse button.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_mouseTool() : MouseTool
function set_mouseTool(value : MouseTool)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.get_mouseTool();
Remarks

This property specifies the behavior of the left mouse button. It must be set to one of the values in the MouseTool enumeration. In all cases, the viewer will raise the mouseDown, mouseMove, and mouseUp events.

See Also

Reference

PageView class
PageView Members