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!

WinFormsToolboxItem Constructor

[To be supplied.]

Overload List

Basic ctor. Display name will be short type name.

[Visual Basic] Overloads Public Sub New(Type)
[C#] public WinFormsToolboxItem(Type);
[C++] public: WinFormsToolboxItem(Type*);
[JScript] public function WinFormsToolboxItem(Type);

Basic ctor. Display name will be short type name.

[Visual Basic] Overloads Public Sub New(String)
[C#] public WinFormsToolboxItem(String);
[C++] public: WinFormsToolboxItem(String*);
[JScript] public function WinFormsToolboxItem(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 WinFormsToolboxItem(Stream);
[C++] public: WinFormsToolboxItem(Stream*);
[JScript] public function WinFormsToolboxItem(Stream);

See Also

WinFormsToolboxItem Class | WinFormsToolboxItem Members | System.WinForms.Design Namespace