StatusBar.BackColor 属性

定义

获取或设置 StatusBar 的背景色。Gets or sets the background color for the StatusBar.

public:
 virtual property System::Drawing::Color BackColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.Color BackColor { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BackColor : System.Drawing.Color with get, set
Public Overrides Property BackColor As Color

属性值

Color

表示控件背景色的 ColorThe Color that is the background color of the control

属性

注解

这是一个环境属性,将始终返回非 null 值。This is an ambient property and will always return a non-null value. 此属性与此类无关。This property is not relevant for this class.

适用于

另请参阅