KeyboardNavigation.GetTabIndex(DependencyObject) Método

Definición

Obtiene el valor de la TabIndex propiedad adjunta para el elemento especificado.

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

Parámetros

element
DependencyObject

Elemento desde el que se va a leer la propiedad adjunta.

Devoluciones

Valor de la TabIndex propiedad .

Atributos

Excepciones

element es null.

Se aplica a

Consulte también