|
Public Member Functions |
|
| MinimizeRestoreVerb () |
| | Initializes a new instance of the Wilco::Web::UI::WebControls::WebParts::MinimizeRestoreVerb class.
|
Protected Member Functions |
| override void | OnPreRender (EventArgs e) |
| | Raises the System::Web::UI::Control::PreRender event.
|
| virtual void | AddAttributesToRender (HtmlTextWriter writer) |
| | Adds the attributes which should be rendered.
|
| virtual void | RenderBeginTag (HtmlTextWriter writer) |
| | Renders the begin tag of the control.
|
| virtual void | RenderEndTag (HtmlTextWriter writer) |
| | Renders the end tag of the control.
|
| override void | Render (HtmlTextWriter writer) |
| | Renders the control.
|
Properties |
|
System.Web.UI.AttributeCollection | Attributes |
| | Gets the attributes of this control.
|
|
string | MinimizeToolTip |
| | Gets or sets the tooltip which is displayed when a webpart panel can be minimized.
|
|
string | RestoreToolTip |
| | Gets or sets the tooltip which is displayed when a webpart panel can be restored.
|
|
string | MinimizeImageUrl |
| | Gets or sets the image url which is used when a webpart panel can be minimized.
|
|
string | RestoreImageUrl |
| | Gets or sets the image url which is used when a webpart panel can be restored.
|