get_IsSelectionEnabled Method
Gets a value indicating whether the text selection is enabled.
var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextSelectionToolJS();
var value; // Type: boolean
value = instance.get_IsSelectionEnabled();
function get_IsSelectionEnabled() : boolean;
Return Value
True - text selection is enabled; false - text selection is disabled. Default value is true.