Click or drag to resize
UpdateDetailsDisplayForeColor Property
Gets or sets the foreground color of the control.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public override Color ForeColor { get; set; }

Property Value

Type: Color

Return Value

Type: Color
The foreground Color of the control. The default is the value of the DefaultForeColor property.
See Also