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 (String)

Basic ctor. Display name will be short type name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal toolTypeName As String _
)
[C#]
public WinFormsToolboxItem(
   string toolTypeName
);
[C++]
public: WinFormsToolboxItem(
   String* toolTypeName
);
[JScript]
public function WinFormsToolboxItem(
   toolTypeName : String
);

Parameters

toolTypeName
The fully qualified type name of the tool for this toolbox item

See Also

WinFormsToolboxItem Class | WinFormsToolboxItem Members | System.WinForms.Design Namespace | WinFormsToolboxItem Constructor Overload List