BaseShellItem.IsTabStop Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si un élément FlyoutItem est inclus dans la navigation par onglets.
public bool IsTabStop { get; set; }
member this.IsTabStop : bool with get, set
Valeur de propriété
System.Boolean
La valeur par défaut est true
; quand false
, l’élément FlyoutItem est ignoré par l’infrastructure de navigation par tabulation, qu’un TabIndex soit défini.