ControlDesigner.RootDesigner Property

Definition

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.

Applies to

See also