BaseShellItem.IsTabStop 属性

定义

指明 FlyoutItem 是否包含在 Tab 导航中。

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

属性值

默认值为 true;当 时 false,无论是否设置了 TabIndex,Tab 导航基础结构都忽略 FlyoutItem。

实现

适用于