Skip to main content

TdxGuides.AllowArrowKeyNavigation Property

Specifies if end-users can navigate between guide UI adorners by pressing arrow keys.

Declaration

property AllowArrowKeyNavigation: 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 between guides by using arrow keys:

  • The Right and Up keys move selection to subsequent guides within the collection according to their creation order (that is, indexes);

  • The Left and Down keys move selection in the opposite direction.

Use the AllowTabKeyNavigation property to disable or enable the end-user capability to navigate forward or backwards between guides by pressing the Tab key or the Shift+Tab key combination, respectively.

Note

You can change the default keystroke navigation order by changing the TabOrder property value of individual guides within the collection.

The default AllowArrowKeyNavigation property value is True.

See Also