In This Topic
Sets a value indicating whether visual tool can respond to the user interaction.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebVisualToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_IsEnabled(value);
function set_IsEnabled(
: boolean
) : any;
Parameters
- value
- True - visual tool can respond to the user interaction; False - visual tool can not respond to the user interaction.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also