Control.FocusMode

Values

ValueMeaning
focusNone0

The node cannot grab focus. Use with focusMode.

focusClick1

The node can only grab focus on mouse clicks. Use with focusMode.

focusAll2

The node can grab focus on mouse click or using the arrows and the Tab keys on the keyboard. Use with focusMode.

Meta