.NET Framework Class Library
WebFormsRootDesigner Class

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)

Syntax

Visual Basic (Declaration)
Public MustInherit Class WebFormsRootDesigner
    Implements IRootDesigner, IDesigner, IDisposable, IDesignerFilter
Visual Basic (Usage)
Dim instance As WebFormsRootDesigner
C#
public abstract class WebFormsRootDesigner : IRootDesigner, IDesigner, IDisposable, 
    IDesignerFilter
C++
public ref class WebFormsRootDesigner abstract : IRootDesigner, IDesigner, IDisposable, 
    IDesignerFilter
J#
public abstract class WebFormsRootDesigner implements IRootDesigner, IDesigner, 
    IDisposable, IDesignerFilter
JScript
public abstract class WebFormsRootDesigner implements IRootDesigner, IDesigner, 
    IDisposable, IDesignerFilter
Remarks

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:

Inheritance Hierarchy

System.Object
  System.Web.UI.Design.WebFormsRootDesigner
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

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.

Version Information

.NET Framework

Supported in: 2.0
See Also

Page view tracker