Show / Hide Table of Contents

Class Pane

Inheritance
object
Pane
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke.dll
Syntax
public class Pane

Constructors

Pane(string, HtmlContainerControl)

Declaration
public Pane(string name, HtmlContainerControl pane)
Parameters
Type Name Description
string name
HtmlContainerControl pane

Pane(HtmlContainerControl)

Declaration
public Pane(HtmlContainerControl pane)
Parameters
Type Name Description
HtmlContainerControl pane

Properties

Containers

Declaration
protected Dictionary<string, Container> Containers { get; }
Property Value
Type Description
Dictionary<string, Container>

Name

Declaration
protected string Name { get; set; }
Property Value
Type Description
string

PaneControl

Declaration
protected HtmlContainerControl PaneControl { get; set; }
Property Value
Type Description
HtmlContainerControl

PortalSettings

Declaration
protected PortalSettings PortalSettings { get; }
Property Value
Type Description
PortalSettings

Methods

InjectModule(ModuleInfo)

Declaration
public void InjectModule(ModuleInfo module)
Parameters
Type Name Description
ModuleInfo module

ProcessPane()

Declaration
public void ProcessPane()

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS