VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiSidePanelJS type / WebUiSidePanelJS Constructor(WebUiPanelJS)
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    WebUiSidePanelJS Constructor(WebUiPanelJS)
    In This Topic
    Initializes a new instance of the WebUiSidePanelJS class.
    Syntax
    // Parameters
    var panels; // Type: WebUiPanelJS
    
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiSidePanelJS(panels);
    
    
    function WebUiSidePanelJS(
    panels
    An array of WebUiPanelJS objects.
    : WebUiPanelJS
    ) : WebUiSidePanelJS;

    Parameters

    panels
    An array of WebUiPanelJS objects.
    Remarks

    The UI side panel has "opened" and "closed" states, which are indicating whether the panel is open (has active panel). or hidden (no active panel).

    Browser Compatibility
    56+
    45+
    11
    See Also