ControlBuilder.AppendSubBuilder Method
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
public void AppendSubBuilder ( ControlBuilder subBuilder )
public function AppendSubBuilder ( subBuilder : ControlBuilder )
Not applicable.
Parameters
- subBuilder
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.
Community Additions
ADD
Show: