PasswordRecovery.CreateChildControls Method

Definition

Creates the individual controls that make up the PasswordRecovery control.

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 make up the PasswordRecovery control and creates default event handlers for their events.

Applies to

See also