Share via


ICompositeControlDesignerAccessor.RecreateChildControls 方法

定义

在从 CompositeControl 派生的控件中,在设计时重新创建子控件。 由控件的关联设计器调用。

public:
 void RecreateChildControls();
public void RecreateChildControls ();
abstract member RecreateChildControls : unit -> unit
Public Sub RecreateChildControls ()

注解

方法 RecreateChildControls 允许复合控件的设计器在设计时重新创建控件的子控件。

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

适用于

另请参阅