VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebVisualToolJS type / set_ActionButton Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ActionButton Method
In This Topic
Sets the mouse button, which executes the action of the visual tool.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebVisualToolJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebMouseButtonsEnumJS

returnValue = instance.set_ActionButton(value);

Parameters

value
WebMouseButtonsEnumJS object.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also