VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiPanelContainerJS type / set_ActivePanel Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ActivePanel Method
    In This Topic
    Sets the active panel of this panel.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiPanelContainerJS(panels, panelsContainerSettings, buttonsContainerSettings, stateButton);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebUiPanelJS
    
    returnValue = instance.set_ActivePanel(value);
    
    
    function set_ActivePanel(
    value
    The WebUiPanelJS object, which defines the active panel of this panel OR "null" if active panel is not defined.
    : WebUiPanelJS
    ) : any;

    Parameters

    value
    The WebUiPanelJS object, which defines the active panel of this panel OR "null" if active panel is not defined.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if "get_Items" does not contain specified panel.
    Thrown if "get_HasActivePanel" == true and value == null.
    Browser Compatibility
    56+
    45+
    11
    See Also