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 Constructor (Type, String)

Basic ctor.

[Visual Basic]
Overloads Public Sub New( _
   ByVal toolType As Type, _
   ByVal displayName As String _
)
[C#]
public ToolboxItem(
   Type toolType,
   string displayName
);
[C++]
public: ToolboxItem(
   Type* toolType,
   String* displayName
);
[JScript]
public function ToolboxItem(
   toolType : Type,
   displayName : String
);

Parameters

toolType
The Type of the tool for this toolbox item
displayName
The name to display on the toolbox for this tool

See Also

ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace | ToolboxItem Constructor Overload List