Provides support for root-level designer view technologies.
For a list of all members of this type, see IRootDesigner Members.
[Visual Basic]
<ComVisible(True)>
Public Interface IRootDesigner
Inherits IDesigner, IDisposable
[C#]
[ComVisible(true)]
public interface IRootDesigner : IDesigner, IDisposable
[C++]
[ComVisible(true)]
public __gc __interface IRootDesigner : public IDesigner,
IDisposable
[JScript]
public
ComVisible(true)
interface IRootDesigner implements IDesigner, IDisposable
Classes that Implement IRootDesigner
| Class | Description |
| ComponentDocumentDesigner | Base designer class for extending the design mode behavior of a root design document that supports nested components. |
| DocumentDesigner | Base designer class for extending the design mode behavior of, and providing a root-level design mode view for, a Control that supports nested controls and should receive scroll messages. |
Remarks
A root designer is the designer that is in the top position, or root, of the current design-time document object hierarchy. A root designer must implement the IRootDesigner interface. A root designer typically manages the background view in designer view mode, and usually displays the controls within the base container of the current design time project.
Requirements
Namespace: System.ComponentModel.Design
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
IRootDesigner Members | System.ComponentModel.Design Namespace