UpdateDetailsDisplayBackColor Property |
Gets or sets the background color for the control.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic override Color BackColor { get; set; }
Public Overrides Property BackColor As Color
Get
Set
public:
virtual property Color BackColor {
Color get () override;
void set (Color value) override;
}
abstract BackColor : Color with get, set
override BackColor : Color with get, set
Property Value
Type:
ColorReturn Value
Type:
Color
A
Color that represents the background color of the control. The default is the value of the
DefaultBackColor property.
See Also