Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 851 Bytes

hyperlink_tabindex.md

File metadata and controls

29 lines (17 loc) · 851 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Documents.Hyperlink.TabIndex
winrt property

Microsoft.UI.Xaml.Documents.Hyperlink.TabIndex

-description

Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by pressing the Tab key.

-property-value

A value that determines the order of logical navigation for a device. The default value is MaxValue with the tab order based on declaration order in the XAML or child collections.

-remarks

For more info, see Control.Tabindex.

-see-also

-examples

Control.Tabindex