KeyboardNavigation.SetIsTabStop(DependencyObject, Boolean) Metodo

Definizione

Imposta il valore della proprietà associata IsTabStop per l'elemento specificato.

public:
 static void SetIsTabStop(System::Windows::DependencyObject ^ element, bool isTabStop);
public static void SetIsTabStop (System.Windows.DependencyObject element, bool isTabStop);
static member SetIsTabStop : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsTabStop (element As DependencyObject, isTabStop As Boolean)

Parametri

element
DependencyObject

Elemento in cui scrivere la proprietà associata.

isTabStop
Boolean

Valore della proprietà da impostare.

Eccezioni

element è null.

Si applica a

Vedi anche