VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiPanelContainerJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
WebUiPanelContainerJS type
In This Topic
A container for UI panels.
Syntax
// Parameters
var panels; // Type: WebUiPanelJS
var panelsContainerSettings; // Type: object
var buttonsContainerSettings; // Type: object
var stateButton; // Type: WebUiElementJS

var instance = new Vintasoft.Imaging.UI.Panels.WebUiPanelContainerJS(panels, panelsContainerSettings, buttonsContainerSettings, stateButton);

Remarks

Panel has two states: "active" and "notActive". The stateButton parameter also has same two states (original states of button will be ignored).

Inheritance Hierarchy

Object
   Vintasoft.Imaging.UI.UIElements.WebUiElementJS
      Vintasoft.Imaging.UI.UIElements.WebUiDivElementJS
         Vintasoft.Imaging.UI.UIElements.WebUiElementContainerJS
            Vintasoft.Imaging.UI.Panels.WebUiPanelJS
               Vintasoft.Imaging.UI.Panels.WebUiPanelContainerJS

Browser Compatibility
56+
45+
11
See Also