AnnunciatorInactiveColor Property |
Gets or sets the color of the anunciator text when inactive.
Namespace:
ASCOM.Controls
Assembly:
ASCOM.Controls (in ASCOM.Controls.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic Color InactiveColor { get; set; }Public Property InactiveColor As Color
Get
Set
public:
property Color InactiveColor {
Color get ();
void set (Color value);
}Property Value
Type:
ColorReturn Value
Type:
Color
The foreground
Color of the control. The default is the value of the
DefaultForeColor property.
See Also