DataPager.RecreateChildControls 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在设计时创建 DataPager 控件的子控件。
protected:
virtual void RecreateChildControls();
protected virtual void RecreateChildControls ();
abstract member RecreateChildControls : unit -> unit
override this.RecreateChildControls : unit -> unit
Protected Overridable Sub RecreateChildControls ()
注解
方法 RecreateChildControls 是 接口方法的 ICompositeControlDesignerAccessor.RecreateChildControls 实现。
注意
此方法主要由控件开发人员用于扩展 DataPager 控件。