CompositeControlDesigner.CreateChildControls Method
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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.