VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebCompositeVisualToolJS type / get_DisableContextMenu Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DisableContextMenu Method
    In This Topic
    Gets a value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebCompositeVisualToolJS(visualTools);
    
    var value; // Type: boolean
    value = instance.get_DisableContextMenu();
    
    
    function get_DisableContextMenu() : boolean;
    

    Return Value

    True - image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool; False - image viewer must not disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.
    Browser Compatibility
    56+
    45+
    11
    See Also