System.Web.UI.UserControlControlBuilder Members

The members of System.Web.UI.UserControlControlBuilder are listed below.

See Also: Inherited members from System.Web.UI.ControlBuilder

Public Constructors

Initializes a new instance of the System.Web.UI.UserControlControlBuilder class.

Public Methods

override
BuildObject() : object

Builds an instance of the control identified by the ControlBuilder.ControlType property.

override
NeedsTagInnerText() : bool

Determines whether the control builder needs to get the control's inner text.

override
SetTagInnerText(string)

Provides the System.Web.UI.UserControlControlBuilder object with the inner text of the control tag.