KeyboardNavigation.GetIsTabStop(DependencyObject) Método

Definición

Obtiene el valor de la propiedad adjunta IsTabStop del elemento especificado.

public:
 static bool GetIsTabStop(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetIsTabStop (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetIsTabStop : System.Windows.DependencyObject -> bool
Public Shared Function GetIsTabStop (element As DependencyObject) As Boolean

Parámetros

element
DependencyObject

Elemento del que se va a leer la propiedad adjunta.

Devoluciones

Valor de propiedad IsTabStop.

Atributos

Excepciones

element es null.

Se aplica a

Consulte también