Skip to main content

TdxGuides.AllowTabKeyNavigation Property

Specifies if end-users can navigate between guide UI adorners by pressing the Tab key.

Declaration

property AllowTabKeyNavigation: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False or True to disable or enable the capability to navigate forward or backwards between guides by pressing the Tab key or the Shift+Tab key combination, respectively. By default, the navigation order depends on individual guide indexes within the collection. You can change the default order by changing the TabOrder property values of individual guides within the collection.

Use the AllowArrowKeyNavigation property to disable or enable the end-user’s capability to navigate between guides by pressing arrow keys.

The default AllowTabKeyNavigation property value is True.

See Also