Click or drag to resize

Annunciator Properties

The Annunciator type exposes the following members.

Properties
  NameDescription
Public propertyActiveColor
Gets or sets the color of the anunciator text when active.
Public propertyBackColor
Gets or sets the background color for the control.
(Overrides ControlBackColor.)
Public propertyCadence
Gets or sets the cadence (blink pattern) of the anunciator. Different cadence patterns imply different levels of urgency or severity.
Public propertyForeColor
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.)
Public propertyInactiveColor
Gets or sets the color of the anunciator text when inactive.
Public propertyMute
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.
Top
See Also