Annunciator Properties |
The Annunciator type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveColor |
Gets or sets the color of the anunciator text when active.
| |
| BackColor |
Gets or sets the background color for the control.
(Overrides ControlBackColor.) | |
| Cadence |
Gets or sets the cadence (blink pattern) of the anunciator.
Different cadence patterns imply different levels of urgency or severity.
| |
| ForeColor |
Gets or sets the foreground color of the control. There is little point in setting this value
directly as it will normally be constantly overwritten at runtime.
(Overrides ControlForeColor.) | |
| InactiveColor |
Gets or sets the color of the anunciator text when inactive.
| |
| Mute |
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.
|