Represents an attribute of a toolbox item.
For a list of all members of this type, see ToolboxItemAttribute Members.
System.Object
System.Attribute
System.ComponentModel.ToolboxItemAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.All)> Public Class ToolboxItemAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.All)] public class ToolboxItemAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::All)] public __gc class ToolboxItemAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.All) class ToolboxItemAttribute extends Attribute
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
ToolboxItemAttribute provides a way to specify an attribute for a ToolboxItem. In addition to what Attribute provides, this class of object stores the type of the toolbox item.
Namespace: System.ComponentModel
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)
ToolboxItemAttribute Members | System.ComponentModel Namespace | ToolboxItem | Attribute