RadioButton.TabStop Proprietà

Definizione

Ottiene o imposta un valore che indica se l'utente può assegnare lo stato attivo al controllo con 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 l'utente è in grado di attivare il controllo utilizzando il tasto TAB; in caso contrario, false. Il valore predefinito è false.

Si applica a