StatusBar::BackgroundImage Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the background image for the StatusBar.

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

public:
[BrowsableAttribute(false)]
property Image^ BackgroundImage {
	virtual Image^ get() override;
	virtual void set(Image^ value) override;
}

Property Value

Type: System.Drawing::Image^

An Image that is the background image for the StatusBar.

Setting the background image for a StatusBar has no effect on the appearance of the StatusBar control, therefore it is not shown in the designer or by IntelliSense.

.NET Framework
Available since 1.1
Return to top
Show: