ITreeDesigner Interface
Provides support for building a set of related custom designers.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) |
![]() | DoDefaultAction() | Performs the default action for this designer.(Inherited from IDesigner.) |
![]() | Initialize(IComponent^) | Initializes the designer with the specified component.(Inherited from IDesigner.) |
The ITreeDesigner interface derives from the IDesigner interface and provides support for flexibly navigating a hierarchy of related designers. With this interface, a programmer can supply a number of designers for the component, with the appropriate one being determined dynamically.
This interface is a simple extension of its base class, adding just two properties for navigating a tree hierarchy: Children and Parent.
For an overview of creating design components, see Extending Design-Time Support.
Available since 2.0

