ToolZone::RenderHeader Method (HtmlTextWriter^)

 

Overrides the base method to provide specialized rendering for the header area required by ToolZone controls.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void RenderHeader(
	HtmlTextWriter^ writer
) override

Parameters

writer
Type: System.Web.UI::HtmlTextWriter^

An HtmlTextWriter that renders the header section.

The RenderHeader method renders all the details for the header of a ToolZone control, including style attributes, the table that contains the header, the actual contents, and a close verb.

.NET Framework
Available since 2.0
Return to top
Show: