2.234 .navigation

This attribute defines the keyboard navigation type at the checkbox. The types differ between objects that are navigated using the Tab key and object groups (e.g. several radiobuttons or checkboxes) where navigation happens with the cursor keys.

Definition

  • Data type

    enum

  • Access

    get, set

  • changed event

    no

Value range

navi_default (default)

Objects with the same parent object and on the same level of the object hierarchy form a group. Within a group, you can navigate using the cursor keys.

navi_grouped

The object forms a group with other objects that have .navigation set to navi_grouped. Within this group, keyboard navigation happens with the cursor keys.

navi_tab

The object stands alone and can be accessed with the Tab key.

It should be ensured that all objects of a group, that means all objects within one grouping object (e.g. groupbox, window), have the same value.

Availability

This attribute is available since IDM versions A.04.04.o and A.05.01.e respectively.