System.Web.UI.WebControls.Panel: Method Members

The methods of System.Web.UI.WebControls.Panel are listed below. For a list of all members, see the Panel Members list.

See Also: Inherited members from System.Web.UI.WebControls.WebControl

Public Methods

override
RenderBeginTag(System.Web.UI.HtmlTextWriter)

Renders the HTML opening tag of the System.Web.UI.WebControls.Panel control to the specified writer.

override
RenderEndTag(System.Web.UI.HtmlTextWriter)

Renders the HTML closing tag of the System.Web.UI.WebControls.Panel control into the specified writer.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds information about the background image, alignment, wrap, and direction to the list of attributes to render.

override
CreateControlStyle() : Style

Creates a style object that is used internally by the System.Web.UI.WebControls.Panel control to implement all style related properties.