System.Web.UI.WebControls.CompositeControl Members

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

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

Protected Constructors

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

Public Properties

[read-only]
override
ControlsSystem.Web.UI.ControlCollection.

Gets a System.Web.UI.ControlCollection object that represents the child controls in a System.Web.UI.WebControls.CompositeControl.

Public Methods

override
DataBind()

Binds a data source to the System.Web.UI.WebControls.CompositeControl and all its child controls.

Protected Methods

RecreateChildControls()

Recreates the child controls in a control derived from System.Web.UI.WebControls.CompositeControl.

override
Render(System.Web.UI.HtmlTextWriter)

Writes the System.Web.UI.WebControls.CompositeControl content to the specified System.Web.UI.HtmlTextWriter object, for display on the client.

Explicitly Implemented Interface Members

System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls

Enables a designer to recreate the composite control's collection of child controls in the design-time environment.