CompositeControlDesigner.CreateChildControls 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立這個 CompositeControl 控制項的子控制項。
protected:
virtual void CreateChildControls();
protected virtual void CreateChildControls ();
abstract member CreateChildControls : unit -> unit
override this.CreateChildControls : unit -> unit
Protected Overridable Sub CreateChildControls ()
備註
方法 CreateChildControls 可用來重新建立相關聯控件中的子控件。 它可確保在建立設計時間標記之前,先建立控件集合。