VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextSelectionToolJS type / set_IsSelectionEnabled Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    True - text selection is enabled; false - text selection is disabled. Default value is true.
    : boolean
    ) : any;

    Parameters

    value
    True - text selection is enabled; false - text selection is disabled. Default value is true.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also