共用方式為


ControlDesigner.RootDesigner 屬性

定義

為包含關聯控制項的 Web Form 網頁,取得控制項設計工具。

protected:
 property System::Web::UI::Design::WebFormsRootDesigner ^ RootDesigner { System::Web::UI::Design::WebFormsRootDesigner ^ get(); };
protected System.Web.UI.Design.WebFormsRootDesigner RootDesigner { get; }
member this.RootDesigner : System.Web.UI.Design.WebFormsRootDesigner
Protected ReadOnly Property RootDesigner As WebFormsRootDesigner

屬性值

WebFormsRootDesigner 物件,可在設計階段用來存取包含控制項之 Web Form 網頁上的元件。

備註

屬性 RootDesigner 代表包含控制項之 Web Forms 頁面的控件設計工具。 RootDesigner使用 屬性,在設計時間存取及操作包含的 Web Forms 頁面。

適用於

另請參閱