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

Basic ctor.

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

Parameters

toolType
The Type of the tool for this toolbox item
itemBitmap
The bitmap to use on the toolbox item.

See Also

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