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.ItemBitmap

Retrieves the Bitmap that will be used on the toolbox for this item. This bitmap must be 16 x 16 pixels.

[Visual Basic]
Overridable Public ReadOnly Property ItemBitmap As Bitmap
[C#]
public Bitmap ItemBitmap {virtual get;}
[C++]
public: __property virtual Bitmap* get_ItemBitmap();
[JScript]
public function get ItemBitmap() : Bitmap;

Property Value

The bitmap to display on the toolbox for this ToolboxItem.

See Also

ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace