StatusBar.BackColor 属性
定义
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。The 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.