ControlDesigner.RootDesigner 属性
定义
获取包含关联控件的 Web 窗体页的控件设计器。Gets the control designer for the Web Forms page that contains the associated control.
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 窗体页上的组件。A WebFormsRootDesigner object that can be used at design time to access components on the Web Forms page that contains the control.
注解
RootDesigner属性表示包含控件的 Web 窗体页的控件设计器。The RootDesigner property represents the control designer for the Web Forms page that contains the control. 使用 RootDesigner 属性可在设计时访问和操作包含 Web 窗体页。Use the RootDesigner property to access and manipulate the containing Web Forms page at design time.