PropertyGrid::ShowPropertyPageImage Property

.NET Framework (current version)
 

Gets the image that represents the property page.

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

protected:
[BrowsableAttribute(false)]
property Bitmap^ ShowPropertyPageImage {
	virtual Bitmap^ get();
}

Property Value

Type: System.Drawing::Bitmap^

The image that represents the property page.

.NET Framework
Available since 4.5
Return to top
Show: