ControlBuilder::AppendSubBuilder Method (ControlBuilder^)

 

Adds builders to the ControlBuilder object for any child controls that belong to the container control.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
virtual void AppendSubBuilder(
	ControlBuilder^ subBuilder
)

Parameters

subBuilder
Type: System.Web.UI::ControlBuilder^

The ControlBuilder object assigned to the child control.

The following example overrides the AppendSubBuilder method to throw an Exception if the control this control builder is applied to tries to include controls in its instance of ControlCollection class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: