XRKeyboardNavigationMode (Windows Embedded CE 6.0)
1/6/2010
This enumeration contains members that specify the tabbing behavior across tab stops for a tabbing sequence inside a container.
Syntax
enum XRKeyboardNavigationMode{
XRKeyboardNavigationMode_Local=0,
XRKeyboardNavigationMode_Cycle=1,
XRKeyboardNavigationMode_Once=2
};
Members
- 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 |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |