VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiPanelContainerJS type / get_HasActivePanel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_HasActivePanel Method
    In This Topic
    Gets a value indicating whether the panel has the active panel.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiPanelContainerJS(panels, panelsContainerSettings, buttonsContainerSettings, stateButton);
    
    var value; // Type: boolean
    value = instance.get_HasActivePanel();
    
    
    function get_HasActivePanel() : boolean;
    

    Return Value

    True - the panel has active panel; false - the panel does not have active panel.
    Browser Compatibility
    56+
    45+
    11
    See Also