The Pane type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Pane(HtmlContainerControl) |
Constructs a new Pane object from the Control in the Skin
| |
| Pane(String, HtmlContainerControl) |
Constructs a new Pane object from the Control in the Skin
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InjectModule |
InjectModule injects a Module (and its container) into the Pane
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProcessPane |
ProcessPane processes the Attributes for the PaneControl
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
| Name | Description | |
|---|---|---|
| Containers |
Gets a Dictionary of Containers.
| |
| Name |
Gets and sets the name (ID) of the Pane
| |
| PaneControl |
Gets and sets the HtmlContainerControl
| |
| PortalSettings |
Gets the PortalSettings of the Portal
|