ControlAdapter.CreateChildControls Method
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the target-specific child controls for a composite control.
protected public:
virtual void CreateChildControls();
protected internal virtual void CreateChildControls();
abstract member CreateChildControls : unit -> unit
override this.CreateChildControls : unit -> unit
Protected Friend Overridable Sub CreateChildControls ()
If there is a derived control adapter attached to a Control object and the CreateChildControls method is overridden, the override is called instead of the Control.CreateChildControls method. Thus, CreateChildControls can be used to create a target-specific child control set.
For more information about combining controls to create a new control, see Composite Controls.
If you create an inheriting class and override the CreateChildControls() method, do not call the base method unless you want to add controls to those created by the base method. Otherwise you could create two sets of child controls.
Applies to
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: