|
Public Member Functions |
|
| WebPartZone () |
| | Initializes a new instance of the Wilco::Web::UI::WebControls::WebParts::WebPartZone class.
|
| override void | RenderBeginTag (HtmlTextWriter writer) |
| | Renders the begin tag.
|
| override void | RenderEndTag (HtmlTextWriter writer) |
| | Renders the end tag.
|
Protected Member Functions |
| virtual internal WebPartPanelCollection | GetInitialWebPartPanels () |
| | Gets the initial collection of webpart panels.
|
| virtual WebPartPanelRenderer | CreateWebPartPanelRenderer () |
| | Creates a webpart panel renderer.
|
|
override void | CreateChildControls () |
| | Notifies server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
| override ControlCollection | CreateControlCollection () |
| | Creates the control collection.
|
| override void | OnInit (EventArgs e) |
| | Raises the System::Web::UI::Control::Init event.
|
| override void | AddAttributesToRender (HtmlTextWriter writer) |
| | Adds the attributes to render.
|
| override void | RenderChildren (HtmlTextWriter writer) |
| | Renders the child controls.
|
| override void | LoadControlState (object savedState) |
| | Restores control state information from a previous page request that was saved by the System::Web::UI::Control::SaveControlState method.
|
| override object | SaveControlState () |
| | Saves any server control state changes that have occurred since the time the page was posted back to the server.
|
Properties |
|
string | DragCssClass |
| | Gets or sets the CSS class to use when an item in the zone is being dragged.
|
|
virtual string | EmptyZoneText |
| | Gets or sets the text which is displayed when the zone does not contain any webparts.
|
|
virtual string | Title |
| | Gets or sets the title of the zone.
|
|
Style | TitleStyle |
| | Gets the title style.
|
|
Orientation | Orientation |
| | Gets or sets the orientation of the webpart panels in this zone.
|
|
virtual Style | EmptyZoneTextStyle |
| | Gets the style of the empty zone text.
|
|
virtual ITemplate | ZoneTemplate |
| | Gets or sets the template of the zone.
|
|
override ControlCollection | Controls |
| | Overrides System::Web::UI::Control::Controls to hide the property from editors.
|
|
WebPartPanelCollection | WebPartPanels |
| | Gets the webpart panels.
|
|
WebPartManager | WebPartManager |
| | Gets the webpart manager of the zone.
|