Click or drag to resize

AnnunciatorMute Property

Gets or sets a value indicating whether the control can respond to user interaction. For an anunciator, this affects how it displays. A disabled anunciator will always display in its InactiveColor regardless of other settings and it will not participate in cadence updates.

Namespace:  ASCOM.Controls
Assembly:  ASCOM.Controls (in ASCOM.Controls.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public bool Mute { get; set; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the control can respond to user interaction; otherwise, false. The default is true.
See Also