ProgressBar.TabStop Propriété

Définition

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é

Boolean

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

S’applique à