ComponentTray Class
Assembly: System.Design (in system.design.dll)
'Declaration Public Class ComponentTray Inherits ScrollableControl Implements IExtenderProvider 'Usage Dim instance As ComponentTray
public class ComponentTray extends ScrollableControl implements IExtenderProvider
public class ComponentTray extends ScrollableControl implements IExtenderProvider
Not applicable.
The component tray represents components that do not otherwise provide a visible surface at design time and provides a way for users to access and set the properties of those components.
Some types of components, such as a Timer, may not have a user interface that can be viewed at design time. These components are usually represented by icons that are shown in the component tray.
The component tray is a rectangular region displayed at the bottom of the design view window while in design view mode, once it is active. The component tray becomes active in design view after a component that is displayed in the component tray has been added to or is part of the current document.
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.Design.ComponentTray
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.