Saves this ToolboxItem's state from the stream. If derived classes wish to do any special persistance they MUST override this method, and first call base.Save() before doing their own persistance.
[Visual Basic] Overridable Public Sub Save( _ ByVal s As Stream _ ) [C#] public virtual void Save( Stream s ); [C++] public: virtual void Save( Stream* s ); [JScript] public function Save( s : Stream );
ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace