Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
protected override void CreateChildControls()
Visual Basic
Protected Overrides Sub CreateChildControls
Visual C++
protected:
virtual void CreateChildControls() override
F#
abstract CreateChildControls : unit -> unit 
override CreateChildControls : unit -> unit 

See Also