CompositeControl.RecreateChildControls Method

Definition

Recreates the child controls in a control derived from CompositeControl.

protected:
 virtual void RecreateChildControls();
protected virtual void RecreateChildControls ();
abstract member RecreateChildControls : unit -> unit
override this.RecreateChildControls : unit -> unit
Protected Overridable Sub RecreateChildControls ()

Remarks

The RecreateChildControls method is used primarily by control developers.

Applies to