set_IsSelectionEnabled Method
In This Topic
Sets a value indicating whether the text selection is enabled.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextSelectionToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_IsSelectionEnabled(value);
function set_IsSelectionEnabled(
: boolean
) : any;
Parameters
- value
- True - text selection is enabled; false - text selection is disabled. Default value is true.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also