UpdateDetailsDisplayDetailTextColor Property |
Gets the color used for informative text on 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 Color DetailTextColor { get; set; }
Public Property DetailTextColor As Color
Get
Set
public:
property Color DetailTextColor {
Color get ();
void set (Color value);
}
member DetailTextColor : Color with get, set
Property Value
Type:
Color
The
Color used for informative text on the control, such as the version
and size of a found update.
See Also