NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolboxItem.Save

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
);

Parameters

s
The stream to save state to.

See Also

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