ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_mouseTool() : MouseTool function set_mouseTool(value : MouseTool) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPageView.get_mouseTool(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_mouseTool() : MouseTool function set_mouseTool(value : MouseTool) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPageView.get_mouseTool(); |
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.