This documentation is archived and is not being maintained.

ToolboxItem Constructor

.NET Framework 1.1

Initializes a new instance of the ToolboxItem class.

Overload List

Initializes a new instance of the ToolboxItem class.

[Visual Basic] Public Sub New()
[C#] public ToolboxItem();
[C++] public: ToolboxItem();
[JScript] public function ToolboxItem();

Initializes a new instance of the ToolboxItem class that creates the specified type of component.

[Visual Basic] Public Sub New(Type)
[C#] public ToolboxItem(Type);
[C++] public: ToolboxItem(Type*);
[JScript] public function ToolboxItem(Type);

See Also

ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace

Show: