VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebVisualToolJS 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.WebVisualToolJS();
    
    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. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also