Gets a value indicating whether visual tool can respond to the user interaction.
var instance = new Vintasoft.Imaging.UI.VisualTools.WebVisualToolJS();
var value; // Type: boolean
value = instance.get_IsEnabled();
function get_IsEnabled() : boolean;
Return Value
True - visual tool can respond to the user interaction; False - visual tool can not respond to the user interaction. Default value is True.