ControlDesigner.RootDesigner 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為包含關聯控制項的 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 頁面。