ControlBuilder::AppendSubBuilder Method (ControlBuilder^)
.NET Framework (current version)
Adds builders to the ControlBuilder object for any child controls that belong to the container control.
Assembly: System.Web (in System.Web.dll)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: