ToolboxItem::OriginalBitmap Property

 

Gets or sets the original bitmap that will be used in the toolbox for this item.

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

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

Property Value

Type: System.Drawing::Bitmap^

A Bitmap that represents the toolbox item in the toolbox.

This bitmap should be 16x16 pixels and should be used in the Visual Studio toolbox, not on the design surface.

.NET Framework
Available since 4.6.1
Return to top
Show: