Login.CreateChildControls Method

Definition

Creates the individual controls that make up the Login control and associates event handlers with their events.

protected public:
 override void CreateChildControls();
protected internal override void CreateChildControls ();
override this.CreateChildControls : unit -> unit
Protected Friend Overrides Sub CreateChildControls ()

Remarks

The CreateChildControls method creates instances of the controls that compose the Login control.

Applies to

See also