FocusEnabled Property (FlexObject)

Class

FlexObject.

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.

Syntax

C#
protected Boolean focusEnabled { get; }
VB
'Declaration
Protected Read Property focusEnabled As Boolean

Access

Read only.