Label.TabStop Proprietà

Definizione

Ottiene o imposta un valore che indica se l'utente può posizionarsi sul controllo Label utilizzando il tasto TAB. Questa proprietà non viene usata da questa classe.

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

Valore della proprietà

Boolean

Questa proprietà non viene usata da questa classe. Il valore predefinito è false.

Attributi

Commenti

La TabStop proprietà non è rilevante per la classe, pertanto l'impostazione Label su TabStop true non ha alcun effetto.

Si applica a

Vedi anche