FocusEnabled Property (FlexObject)

Class

FlexObject class

Action

Gets whether the component can receive focus when tabbed to.

You can set focusEnabled to false when a UIComponent is used as a subcomponent of another component so that the outer component becomes the focusable entity. If this property is false, focus will be transferred to the first parent that has focusEnable set to true.

Data Type

BOOLEAN

Access

Read only