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

Basic ctor for a multi-type ToolboxItem

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

Parameters

toolTypes
An array of fully qualified type names for the tools that this ToolboxItem describes
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