ProgressBar.TabStop 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.
Substitue TabStop.
public:
property bool TabStop { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool TabStop { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.TabStop : bool with get, set
Public Property TabStop As Boolean
Valeur de propriété
True si l'utilisateur peut définir le focus sur le contrôle à l'aide de la touche Tab ; sinon, false. La valeur par défaut est true.
- Attributs