Note: This class is new in the .NET Framework version 2.0.
Provides a base class for the design-time functionality of a Web Forms page and allows access to and manipulation of components and controls that are contained within the Web Forms page at design time.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Visual Basic (Declaration)
Public MustInherit Class WebFormsRootDesigner
Implements IRootDesigner, IDesigner, IDisposable, IDesignerFilter
Dim instance As WebFormsRootDesigner
public abstract class WebFormsRootDesigner : IRootDesigner, IDesigner, IDisposable,
IDesignerFilter
public ref class WebFormsRootDesigner abstract : IRootDesigner, IDesigner, IDisposable,
IDesignerFilter
public abstract class WebFormsRootDesigner implements IRootDesigner, IDesigner,
IDisposable, IDesignerFilter
public abstract class WebFormsRootDesigner implements IRootDesigner, IDesigner,
IDisposable, IDesignerFilter
A design host, such as Visual Studio 2005, must provide its own derived version of the WebFormsRootDesigner class to control designers through the RootDesigner property of the designer. Control designers use the RootDesigner property to access and manipulate the containing Web Forms page at design time.
Notes to Inheritors
When you inherit from the WebFormsRootDesigner class, you must override the following members:
System.Object
System.Web.UI.Design.WebFormsRootDesigner
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
.NET Framework
Supported in: 2.0