BaseShellItem.IsTabStop Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether a FlyoutItem is included in tab navigation.
public bool IsTabStop { get; set; }
member this.IsTabStop : bool with get, set
Property Value
System.Boolean
Default value is true
; when false
, the FlyoutItem is ignored by the tab-navigation infrastructure, irrespective if a TabIndex is set.