ToolboxItem::Bitmap Property

 

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

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Bitmap^ Bitmap {
	Bitmap^ get();
	void set(Bitmap^ value);
}

Property Value

Type: System.Drawing::Bitmap^

A Bitmap that represents the toolbox item in the toolbox.

.NET Framework
Available since 1.1
Return to top
Show: