ControlDesigner.RootDesigner Property
.NET Framework 3.0
Gets the control designer for the Web Forms page that contains the associated control.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ protected WebFormsRootDesigner get_RootDesigner ()
protected function get RootDesigner () : WebFormsRootDesigner
Not applicable.
Property Value
A WebFormsRootDesigner object that can be used at design time to access components on the Web Forms page that contains the control.Community Additions
ADD
Show: