KeyboardNavigationMode
KeyboardNavigationMode
KeyboardNavigationMode
KeyboardNavigationMode
Enum
Definition
Specifies the tabbing behavior across tab stops for a tabbing sequence within a container.
public : enum class KeyboardNavigationModepublic enum KeyboardNavigationModePublic Enum KeyboardNavigationMode// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Cycle Cycle Cycle Cycle | Focus returns to the first or the last keyboard navigation stop inside of a container when the first or last keyboard navigation stop is reached. |
| Local Local Local Local | Tab indexes are considered on the local subtree only inside this container. |
| Once Once Once Once | The container and all of its child elements as a whole receive focus only once. |