BaseShellItem.IsTabStop Property

Definition

Indicates whether a FlyoutItem is included in tab navigation.

public bool IsTabStop { get; set; }
member this.IsTabStop : bool with get, set

Property Value

Default value is true; when false, the FlyoutItem is ignored by the tab-navigation infrastructure, irrespective if a TabIndex is set.

Implements

Applies to