VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiPanelContainerJS type / set_HasActivePanel Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_HasActivePanel Method
    In This Topic
    Sets a value indicating whether the panel has the active panel.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiPanelContainerJS(panels, panelsContainerSettings, buttonsContainerSettings, stateButton);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_HasActivePanel(value);
    
    
    function set_HasActivePanel(
    value
    True - the panel has active panel; false - the panel does not have active panel.
    : boolean
    ) : any;

    Parameters

    value
    True - the panel has active panel; false - the panel does not have active panel.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also