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(
: WebUiPanelJS
) : any;
Parameters
- value
- The WebUiPanelJS object, which defines the active panel of this panel OR "null" if active panel is not defined.
Exceptions
Exception | Description |
| 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
See Also