ImageGear for .NET
mouseTool Property
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > PageView Class : mouseTool Property

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.