Module TextKeyNavigationDirectionEnums

TextKeyNavigationDirection

Key navigation directions.

Since Kanzi 3.9.0
LeftToRight

Specifies left-to-right key navigation where:

  • Right arrow key moves cursor or selection end point forward in the logical order of the characters.
  • Left arrow key moves cursor or selection end point backward in the logical order of the characters.
RightToLeft

Specifies right-to-left key navigation where:

  • Left arrow key moves cursor or selection end point forward in the logical order of the characters.
  • Right arrow key moves cursor or selection end point backward in the logical order of the characters.