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