Module FocusStateEnums

FocusState

Specifies the focus states of a node.

Since Kanzi 3.9.2

NoFocus

Not focused. This is the default value. For a focus scope node this value means that none of the nodes in that scope is the focus node of the overlay to which the scope belongs.

LogicalFocus

The node is the logical focus node. The node had the key focus before the overlay, to which the node belongs, lost the focus. When the overlay regains the focus, the logical focus node of that overlay becomes the key focus node. For a focus scope node this value means that one of the nodes in that scope is the logical focus node of an overlay.

KeyboardFocus

The node is the keyboard focus node of the application. Kanzi delivers keyboard input to the keyboard focus node. For a focus scope node this value means that one of the nodes in that scope is the keyboard focus node of the application.

Deprecated In Kanzi 3.9.6. Use FocusState::KeyFocus instead.

KeyFocus

The node is the key focus node of the application. Kanzi delivers key input to the key focus node. For a focus scope node this value means that one of the nodes in that scope is the key focus node of the application.

Since Kanzi 3.9.6.