ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / mouseTool Property

In This Topic
    mouseTool Property
    In This Topic
    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