KeyboardNavigationMode Enumeration
Silverlight
Specifies the tabbing behavior across tab stops for a Silverlight tabbing sequence within a container.
Namespace: System.Windows.Input
Assembly: System.Windows (in System.Windows.dll)
| Member name | Description | |
|---|---|---|
|
Local | Tab indexes are considered on the local subtree only inside this container. |
|
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. |
|
Once | The container and all of its child elements as a whole receive focus only once. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.