KeyboardNavigationMode Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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)
Syntax
'Declaration
Public Enumeration KeyboardNavigationMode
public enum KeyboardNavigationMode
<object property="enumMemberName"/>
Members
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. |
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.