asp.net.ph

Panel Class

System.Web.UI.WebControls Namespace


Represents a control that acts as a container for other controls.

Panel Class Members

Collapse   Constructors

Visibility Constructor Parameters
public Panel ( )

Collapse   Properties

Visibility Name Value Type Accessibility
public BackImageUrl String [ Get , Set ]
public DefaultButton String [ Get , Set ]
public Direction ContentDirection [ Get , Set ]
public GroupingText String [ Get , Set ]
public HorizontalAlign HorizontalAlign [ Get , Set ]
public ScrollBars ScrollBars [ Get , Set ]
public SupportsDisabledAttribute Boolean [ Get ]
public Wrap Boolean [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
protected AddAttributesToRender ( HtmlTextWriter writer ) Void
protected CreateControlStyle ( ) Style
public RenderBeginTag ( HtmlTextWriter writer ) Void
public RenderEndTag ( HtmlTextWriter writer ) Void

Remarks

The Panel server control is a container for other controls. It is especially useful when you wish to generate controls programmatically or hide/show a group of controls.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph