DataPager.RecreateChildControls Metod

Definition

Skapar underordnade kontroller av DataPager kontrollen vid designtillfället.

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

Kommentarer

Metoden RecreateChildControls är implementeringen av ICompositeControlDesignerAccessor.RecreateChildControls gränssnittsmetoden.

Note

Den här metoden används främst av kontrollutvecklare för att utöka DataPager kontrollen.

Gäller för

Se även