ComponentTray Constructor (IDesigner^, IServiceProvider^)
.NET Framework (current version)
Initializes a new instance of the ComponentTray class using the specified designer and service provider.
Assembly: System.Design (in System.Design.dll)
Parameters
- mainDesigner
-
Type:
System.ComponentModel.Design::IDesigner^
The IDesigner that is the main or document designer for the current project.
- serviceProvider
-
Type:
System::IServiceProvider^
An IServiceProvider that can be used to obtain design-time services.
The component tray monitors component additions and removals and displays appropriate user interface objects to represent the components it contains.
.NET Framework
Available since 1.1
Available since 1.1
Show: