CompositeControl.RecreateChildControls 方法

定义

在派生自 CompositeControl 的控件中重新创建子控件。

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

注解

RecreateChildControls方法主要由控件开发人员使用。

适用于