共用方式為


CompositeControlDesigner.CreateChildControls 方法

定義

建立這個 CompositeControl 控制項的子控制項。

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

備註

方法 CreateChildControls 可用來重新建立相關聯控件中的子控件。 它可確保在建立設計時間標記之前,先建立控件集合。

適用於

另請參閱