ControlDesigner.RootDesigner Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
A WebFormsRootDesigner object that can be used at design time to access components on the Web Forms page that contains the control.
Remarks
The RootDesigner property represents the control designer for the Web Forms page that contains the control. Use the RootDesigner property to access and manipulate the containing Web Forms page at design time.