VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiSidePanelJS type / get_ActivePanel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ActivePanel Method
    In This Topic
    Gets the active panel of this side panel.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiSidePanelJS(panels);
    
    var value; // Type: Vintasoft.Imaging.UI.Panels.WebUiPanelJS
    value = instance.get_ActivePanel();
    
    
    function get_ActivePanel() : WebUiPanelJS;
    

    Return Value

    The WebUiPanelJS object, which defines the active panel of this side panel.
    Browser Compatibility
    56+
    45+
    11
    See Also