This documentation is archived and is not being maintained.

ToolboxItem.Bitmap Property

Gets or sets a bitmap to represent the toolbox item in the toolbox.

[Visual Basic]
Public Property Bitmap As Bitmap
[C#]
public Bitmap Bitmap {get; set;}
[C++]
public: __property Bitmap* get_Bitmap();
public: __property void set_Bitmap(Bitmap*);
[JScript]
public function get Bitmap() : Bitmap;
public function set Bitmap(Bitmap);

Property Value

A Bitmap that represents the toolbox item in the toolbox.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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

Show: