DataPager::ICompositeControlDesignerAccessor::RecreateChildControls Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

private:
virtual void RecreateChildControls() sealed = ICompositeControlDesignerAccessor::RecreateChildControls

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.

.NET Framework
Available since 3.5
Return to top
Show: