Język

KeyboardNavigation.SetTabNavigation Metoda

Definicja

Ustawia wartość dołączonej TabNavigation właściwości dla określonego elementu.

public:
 static void SetTabNavigation(System::Windows::DependencyObject ^ element, System::Windows::Input::KeyboardNavigationMode mode);
public static void SetTabNavigation(System.Windows.DependencyObject element, System.Windows.Input.KeyboardNavigationMode mode);
static member SetTabNavigation : System.Windows.DependencyObject * System.Windows.Input.KeyboardNavigationMode -> unit
Public Shared Sub SetTabNavigation (element As DependencyObject, mode As KeyboardNavigationMode)

Parametry

element
DependencyObject

Element, na którym ma być ustawiona dołączona właściwość.

mode
KeyboardNavigationMode

Wartość właściwości do ustawienia.

Wyjątki

Parametr element ma wartość null.

Dotyczy

Zobacz też