XRKeyboardNavigationMode (Compact 2013)

3/28/2014

This enumeration contains members that specify the progression of a tabbing sequence across tab stops inside a container.

Syntax

enum XRKeyboardNavigationMode{
    XRKeyboardNavigationMode_Local=0,
    XRKeyboardNavigationMode_Cycle=1,
    XRKeyboardNavigationMode_Once=2,
};

Elements

  • XRKeyboardNavigationMode_Local
    Tab index values are considered on only the local child elements inside the control container.
  • XRKeyboardNavigationMode_Cycle
    When the last tab stop in the container is reached the focus goes next to the first tab stop inside the container. Similarly, when tabbing backward from the first tab stop, the focus goes to the last tab stop in the container.
  • XRKeyboardNavigationMode_Once
    The container and all its child elements receive the focus as a group only one time in a tab order.

.NET Framework Equivalent

System.Windows.Input.KeyboardNavigationMode

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XAML for Windows Embedded Enumerations
IXRControl::GetTabNavigation
IXRControl::SetTabNavigation