Initializes a new instance of ToolboxItemAttribute and specifies the name of the type.
Initializes a new instance of ToolboxItemAttribute and specifies the name of the type.
[Visual Basic] Overloads Public Sub New(String)
[C#] public ToolboxItemAttribute(String);
[C++] public: ToolboxItemAttribute(String*);
[JScript] public function ToolboxItemAttribute(String);
Initializes a new instance of ToolboxItemAttribute and specifies the type of the toolbox item.
[Visual Basic] Overloads Public Sub New(Type)
[C#] public ToolboxItemAttribute(Type);
[C++] public: ToolboxItemAttribute(Type*);
[JScript] public function ToolboxItemAttribute(Type);
ToolboxItemAttribute Class | ToolboxItemAttribute Members | System.ComponentModel.Design Namespace