VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiPanelWithContextMenuJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebUiPanelWithContextMenuJS type
    In This Topic
    A web UI panel, which contains WebUiElementJS objects and allows to change the panel state using button and supports context menu.
    Syntax
    // Parameters
    var items; // Type: WebUiElementJS
    var settings; // Type: object
    var stateButton; // Type: WebUiElementJS
    
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiPanelWithContextMenuJS(items, settings, stateButton);
    
    
    function WebUiPanelWithContextMenuJS;
    
    Remarks

    Panel has two states: "active" and "notActive". The stateButton parameter also has same two states (original states of button will be ignored).

    Inheritance Hierarchy
    Browser Compatibility
    56+
    45+
    11
    See Also