DataPager.ICompositeControlDesignerAccessor.RecreateChildControls Method

Definition

Creates the child controls of the DataPager control at design time.

 virtual void System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls() = System::Web::UI::WebControls::ICompositeControlDesignerAccessor::RecreateChildControls;
void ICompositeControlDesignerAccessor.RecreateChildControls ();
abstract member System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls : unit -> unit
override this.System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls : unit -> unit
Sub RecreateChildControls () Implements ICompositeControlDesignerAccessor.RecreateChildControls

Implements

Remarks

The ICompositeControlDesignerAccessor.RecreateChildControls method enables a designer for the DataPager control to re-create the control's child controls at design time.

The ICompositeControlDesignerAccessor.RecreateChildControls interface method invokes the RecreateChildControls method, which contains the actual implementation and which can be extended by control developers.

Applies to

See also