Linguaggio

UIElement.IsTabStop Proprietà

Definizione

Ottiene o imposta un valore che indica se un controllo è incluso nella struttura di spostamento tramite tabulazioni.

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 nella struttura di spostamento tramite tabulazioni. Altrimenti, falso. Il valore predefinito è vero.

Commenti

Se IsTabStop è false, l'elemento viene escluso dallo spostamento tramite tabulazione.

Si applica a

Vedi anche