StatusBar.TabStop Proprietà

Definizione

Ottiene o imposta un valore che indica se l'utente può posizionarsi sul controllo StatusBar utilizzando il tasto TAB.

public:
 property bool TabStop { bool get(); void set(bool value); };
public bool TabStop { get; set; }
member this.TabStop : bool with get, set
Public Property TabStop As Boolean

Valore della proprietà

Boolean

true se il controllo StatusBar può essere attivato mediante il tasto TAB; in caso contrario, false. Il valore predefinito è false.

Si applica a