var instance = new Vintasoft.Imaging.Svg.VisualTools.WebZoomSelectionToolJS(viewer); var returnValue; // Type: any // Parameters var value; // Type: boolean returnValue = instance.set_IsEnabled(value);
function set_IsEnabled( value : boolean ) : any;
Parameters
- value
- True - visual tool can respond to user interaction; False - visual tool can not respond to user interaction.