KeyboardNavigationMode
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.
<object property="EnumerationValue" .../>
value = "EnumerationValue"
Enumeration Values
Value |
Description |
---|---|
Local |
Tab indexes are considered on the local subtree only inside the current container. |
Cycle |
When the first or last keyboard navigation stop is reached, focus returns to the first or the last keyboard navigation stop inside a container. |
Once |
The container and its child elements as a whole receive focus only once. |