CompositeControlDesigner.CreateChildControls Method

Definition

Creates the child controls of this CompositeControl control.

protected:
 virtual void CreateChildControls();
protected virtual void CreateChildControls ();
abstract member CreateChildControls : unit -> unit
override this.CreateChildControls : unit -> unit
Protected Overridable Sub CreateChildControls ()

Remarks

The CreateChildControls method is used to recreate the child controls in the associated control. It ensures that the control collection is created before creating the design-time markup.

Applies to

See also