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( _ ByVal stream As Stream _ ) [C#] public WinFormsToolboxItem( Stream stream ); [C++] public: WinFormsToolboxItem( Stream* stream ); [JScript] public function WinFormsToolboxItem( stream : Stream );
WinFormsToolboxItem Class | WinFormsToolboxItem Members | System.WinForms.Design Namespace | WinFormsToolboxItem Constructor Overload List | IPersistable