FoodCandy!

WebPartPanel Class Reference

Represents a webpart panel. More...

List of all members.


Public Member Functions

 WebPartPanel ()
 Initializes a new instance of the Wilco::Web::UI::WebControls::WebParts::WebPartPanel class.

Protected Member Functions

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.
virtual void CreatePanelTemplate ()
 Creates the panel template.
override void OnInit (EventArgs e)
 Raises the System::Web::UI::Control::Init event.
override void OnPreRender (EventArgs e)
 Raises the System::Web::UI::Control::PreRender event.
override void AddAttributesToRender (HtmlTextWriter writer)
 Adds the attributes to render.
override void Render (HtmlTextWriter writer)
 Renders the control.
virtual void OnWebPartPanelRemoved (WebPartPanelEventArgs e)
 Raises the Wilco::Web::UI::WebControls::WebParts::WebPartPanel::Removed event.
virtual void OnWebPartPanelMoved (WebPartPanelMovedEventArgs e)
 Raises the Wilco::Web::UI::WebControls::WebParts::WebPartPanel::Moved event.
virtual void OnFrameStateChanged (WebPartPanelEventArgs e)
 Raises the Wilco::Web::UI::WebControls::WebParts::WebPartPanel::FrameStateChanged event.
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

bool AllowDelete
 Gets or sets whether the panel can be deleted.
bool AllowMinimize
 Gets or sets whether the panel can be minimized.
string Caption
 Gets or sets the caption of the panel.
string DragCaption
 Gets or sets the drag caption of the panel.
Style CaptionStyle
 Gets the caption style.
Style HeaderStyle
 Gets the header style.
Division Verbs
 Gets the webpart panel's verbs.
ITemplate PanelTemplate
 Gets or sets the template of the panel.
bool IsMinimized
 Gets whether the webpart panel is minimized.
bool IsRemoved
 Gets whether the webpart panel is removed from the page.
string ZoneID
 Gets the ID of the zone in which the panel is originally placed.
int ZoneIndex
 Gets the zone index of the panel.
WebPartZone Zone
 Gets the webpart panel's zone.
WebPartManager WebPartManager
 Gets the webpart manager.
override ControlCollection Controls
 Overrides Controls.
internal string ContainerClientID
 Gets the container's client ID.

Events

event WebPartPanelEventHandler Removed
 Occurs when a webpart panel is removed.
event WebPartPanelMovedEventHandler Moved
 Occurs when a webpart panel is moved.
event WebPartPanelEventHandler FrameStateChanged
 Occurs when a webpart panel's frame state is changed.

Detailed Description

Represents a webpart panel.


Member Function Documentation

override void AddAttributesToRender HtmlTextWriter  writer  )  [protected]
 

Adds the attributes to render.

Parameters:
writer 

override void LoadControlState object  savedState  )  [protected]
 

Restores control state information from a previous page request that was saved by the System::Web::UI::Control::SaveControlState method.

Parameters:
savedState An System::Object that represents the control state to be restored.

virtual void OnFrameStateChanged WebPartPanelEventArgs  e  )  [protected, virtual]
 

Raises the Wilco::Web::UI::WebControls::WebParts::WebPartPanel::FrameStateChanged event.

Parameters:
e 

override void OnInit EventArgs  e  )  [protected]
 

Raises the System::Web::UI::Control::Init event.

Parameters:
e 

override void OnPreRender EventArgs  e  )  [protected]
 

Raises the System::Web::UI::Control::PreRender event.

Parameters:
e An System::EventArgs object that contains the event data.

virtual void OnWebPartPanelMoved WebPartPanelMovedEventArgs  e  )  [protected, virtual]
 

Raises the Wilco::Web::UI::WebControls::WebParts::WebPartPanel::Moved event.

Parameters:
e 

virtual void OnWebPartPanelRemoved WebPartPanelEventArgs  e  )  [protected, virtual]
 

Raises the Wilco::Web::UI::WebControls::WebParts::WebPartPanel::Removed event.

Parameters:
e 

override void Render HtmlTextWriter  writer  )  [protected]
 

Renders the control.

Parameters:
writer 

override object SaveControlState  )  [protected]
 

Saves any server control state changes that have occurred since the time the page was posted back to the server.

Returns:
Returns the server control's current state. If there is no state associated with the control, this method returns null.

The documentation for this class was generated from the following file:
  • WebPartPanel.cs
© FoodCandy, 2006-2007, All Rights Reserved | FoodCandy | Sun Oct 7 10:48:54 2007 | Doxygen 1.4.6-NO