ICompositeControlDesignerAccessor.RecreateChildControls 方法

定義

在衍生自 CompositeControl 的控制項中,於設計階段重新建立子控制項。 由控制項的關聯設計工具所呼叫。

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

備註

方法 RecreateChildControls 可讓複合控制項的設計工具在設計階段重新建立控制項的子控制項。

方法 RecreateChildControls 主要是由控制項開發人員使用。

適用於

另請參閱