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

Basic ctor.

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

Parameters

toolTypeName
The fully qualified type name of the tool for this toolbox item
displayName
The name to display on the toolbox for this tool
itemBitmap
The bitmap to use on the toolbox item.

See Also

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