[To be supplied.]
Basic ctor. Display name will be short type name.
[Visual Basic] Overloads Public Sub New(Type)
[C#] public DrawingToolboxItem(Type);
[C++] public: DrawingToolboxItem(Type*);
[JScript] public function DrawingToolboxItem(Type);
Basic ctor. Display name will be short type name.
[Visual Basic] Overloads Public Sub New(String)
[C#] public DrawingToolboxItem(String);
[C++] public: DrawingToolboxItem(String*);
[JScript] public function DrawingToolboxItem(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 DrawingToolboxItem(Stream);
[C++] public: DrawingToolboxItem(Stream*);
[JScript] public function DrawingToolboxItem(Stream);
DrawingToolboxItem Class | DrawingToolboxItem Members | System.Drawing.Design Namespace