ControlBuilder::OnAppendToParentBuilder Method (ControlBuilder^)
.NET Framework (current version)
Notifies the ControlBuilder that it is being added to a parent control builder.
Assembly: System.Web (in System.Web.dll)
Parameters
- parentBuilder
-
Type:
System.Web.UI::ControlBuilder^
The ControlBuilder object to which the current builder is added.
This example overrides the OnAppendToParentBuilder method to check the ControlType property to determine what type of control this builder is applied to. If it is a CustomTextBox, the builder checks whether the value of the HasAspCode property is included in the control. If so, an exception is thrown, if not the HasBody method is called.
.NET Framework
Available since 1.1
Available since 1.1
Show: