VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebImageViewerContextMenuJS type / set_CanSelectAllText Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_CanSelectAllText Method
    In This Topic
    Sets a value indicating whether context menu should contain item, which allow to select all text on the page.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebImageViewerContextMenuJS(imageViewer, settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_CanSelectAllText(value);
    
    
    function set_CanSelectAllText(
    value
    A value indicating whether context menu should contain item, which allow to select all text on the page.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether context menu should contain item, which allow to select all text on the page.
    Browser Compatibility
    56+
    45+
    11
    See Also