[To be supplied.]
Basic ctor. Display name will be short type name.
[Visual Basic] Overloads Public Sub New(Type)
[C#] public WinFormsToolboxItem(Type);
[C++] public: WinFormsToolboxItem(Type*);
[JScript] public function WinFormsToolboxItem(Type);
Basic ctor. Display name will be short type name.
[Visual Basic] Overloads Public Sub New(String)
[C#] public WinFormsToolboxItem(String);
[C++] public: WinFormsToolboxItem(String*);
[JScript] public function WinFormsToolboxItem(String);
The stream based ctor. Derived classes of ToolboxItem MUST override and call this ctor, as well as the Load and Save methods.
[Visual Basic] Overloads Public Sub New(Stream)
[C#] public WinFormsToolboxItem(Stream);
[C++] public: WinFormsToolboxItem(Stream*);
[JScript] public function WinFormsToolboxItem(Stream);
WinFormsToolboxItem Class | WinFormsToolboxItem Members | System.WinForms.Design Namespace