The method that creates the Contact webcontrol.
Namespace: System.WebControlsAssembly: System.Web.Extensions2 (in System.Web.Extensions2.dll) Version: 1.0.0.0 (1.0.0.0)
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 |