Class Pane
The Pane class represents a Pane within the Skin.
Inheritance
System.Object
Pane
Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke.dll
Syntax
public class Pane : object
Constructors
| Improve this Doc View SourcePane(HtmlContainerControl)
Initializes a new instance of the Pane class. Constructs a new Pane object from the Control in the Skin.
Declaration
public Pane(HtmlContainerControl pane)
Parameters
Type | Name | Description |
---|---|---|
HtmlContainerControl | pane | The HtmlContainerControl in the Skin. |
Pane(String, HtmlContainerControl)
Initializes a new instance of the Pane class. Constructs a new Pane object from the Control in the Skin.
Declaration
public Pane(string name, HtmlContainerControl pane)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name (ID) of the HtmlContainerControl. |
HtmlContainerControl | pane | The HtmlContainerControl in the Skin. |
Properties
| Improve this Doc View SourceContainers
Gets a Dictionary of Containers.
Declaration
protected Dictionary<string, Container> Containers { get; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, Container> |
Name
Gets or sets the name (ID) of the Pane.
Declaration
protected string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PaneControl
Gets or sets the HtmlContainerControl.
Declaration
protected HtmlContainerControl PaneControl { get; set; }
Property Value
Type | Description |
---|---|
HtmlContainerControl |
PortalSettings
Gets the PortalSettings of the Portal.
Declaration
protected PortalSettings PortalSettings { get; }
Property Value
Type | Description |
---|---|
PortalSettings |
Methods
| Improve this Doc View SourceInjectModule(ModuleInfo)
InjectModule injects a Module (and its container) into the Pane.
Declaration
public void InjectModule(ModuleInfo module)
Parameters
Type | Name | Description |
---|---|---|
ModuleInfo | module | The Module. |
ProcessPane()
ProcessPane processes the Attributes for the PaneControl.
Declaration
public void ProcessPane()