StatusBar::BackColor Property

 

Gets or sets the background color for the StatusBar.

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

public:
[BrowsableAttribute(false)]
property Color BackColor {
	virtual Color get() override;
	virtual void set(Color value) override;
}

Property Value

Type: System.Drawing::Color

The Color that is the background color of the control

This is an ambient property and will always return a non-null value. This property is not relevant for this class.

.NET Framework
Available since 1.1
Return to top
Show: