System.Web.UI.WebControls.Panel Members

The members of System.Web.UI.WebControls.Panel are listed below.

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

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.Panel class.

Public Properties

BackImageUrlstring.

Gets or sets the URL of the background image for the panel control.

DefaultButtonstring.

Gets or sets the identifier for the default button that is contained in the System.Web.UI.WebControls.Panel control.

DirectionContentDirection.

Gets or sets the direction in which to display controls that include text in a System.Web.UI.WebControls.Panel control.

GroupingTextstring.

Gets or sets the caption for the group of controls that is contained in the panel control.

HorizontalAlignHorizontalAlign.

Gets or sets the horizontal alignment of the contents within the panel.

ScrollBarsScrollBars.

Gets or sets the visibility and position of scroll bars in a System.Web.UI.WebControls.Panel control.

Wrapbool.

Gets or sets a value indicating whether the content wraps within the panel.

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.