UIElement.IsTabStop Proprietà

Definizione

Ottiene o imposta un valore che indica se un controllo è incluso nella navigazione tramite tabulazione.

public:
 property bool IsTabStop { bool get(); void set(bool value); };
bool IsTabStop();

void IsTabStop(bool value);
public bool IsTabStop { get; set; }
var boolean = uIElement.isTabStop;
uIElement.isTabStop = boolean;
Public Property IsTabStop As Boolean

Valore della proprietà

Boolean

bool

True, se il controllo è incluso nello spostamento della scheda. In caso contrario, false. Il valore predefinito è true.

Commenti

Se IsTabStop è false, l'elemento viene escluso dallo spostamento delle schede.

Si applica a

Vedi anche