VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_ContextMenuFunc Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ContextMenuFunc Method
    In This Topic
    Gets a handler for "contextmenu" event of the viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: function
    value = instance.get_ContextMenuFunc();
    
    
    function get_ContextMenuFunc() : Function;
    

    Return Value

    Function.
    Browser Compatibility
    56+
    45+
    11
    See Also