Packagefl.accessibility
Classpublic class ComboBoxAccImpl
InheritanceComboBoxAccImpl Inheritance AccImpl

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

The ComboBoxAccImpl class, also called the ComboBox Accessibility Implementation class, is used to make a ComboBox component accessible.

The ComboBoxAccImpl class supports system roles, object-based events, and states.

A ComboBox reports the role ROLE_SYSTEM_COMBOBOX (0x2E) to a screen reader. Items of a ComboBox report the role ROLE_SYSTEM_LISTITEM (0x22).

A ComboBox reports the following states to a screen reader:

Additionally, items of a ComboBox report the following states:

A ComboBox dispatches the following events to a screen reader:

See also

ComboBox


Public Methods
 MethodDefined By
  
[static] Enables accessibility for a ComboBox component.
ComboBoxAccImpl
Method Detail
enableAccessibility()method
public static function enableAccessibility():void

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

Enables accessibility for a ComboBox component. This method is required for the compiler to activate the accessibility classes for a component.