ToolboxItemAttribute Class
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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
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.
Requirements
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)
See Also
ToolboxItemAttribute Members | System.ComponentModel Namespace | ToolboxItem | Attribute