PropertyTab::Bitmap Property

 

Gets the bitmap that is displayed for the PropertyTab.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Bitmap^ Bitmap {
	virtual Bitmap^ get();
}

Property Value

Type: System.Drawing::Bitmap^

The Bitmap to display for the PropertyTab.

.NET Framework
Available since 1.1
Return to top
Show: