ProgressBar.TabStop Propriété
Définition
public:
property bool TabStop { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool TabStop { get; set; }
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.true if the user can set the focus to the control by using the TAB key; otherwise, false. La valeur par défaut est true.The default is true.
- Attributs