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!

DrawingToolboxItem Constructor

[To be supplied.]

Overload List

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

See Also

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