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;
The bitmap to display on the toolbox for this ToolboxItem.
ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace