RibbonGalleryItem.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) Metodo

Definizione

Fornisce la gestione della classe per l'evento indirizzato GotKeyboardFocus.

protected:
 override void OnGotKeyboardFocus(System::Windows::Input::KeyboardFocusChangedEventArgs ^ e);
protected override void OnGotKeyboardFocus (System.Windows.Input.KeyboardFocusChangedEventArgs e);
override this.OnGotKeyboardFocus : System.Windows.Input.KeyboardFocusChangedEventArgs -> unit
Protected Overrides Sub OnGotKeyboardFocus (e As KeyboardFocusChangedEventArgs)

Parametri

e
KeyboardFocusChangedEventArgs

Dati dell'evento.

Commenti

Questo metodo imposta la proprietà su true quando questo controllo ottiene lo IsHighlighted stato attivo della tastiera.

Questa implementazione contrassegna l'evento come gestito impostando la Handled proprietà dei dati dell'evento GotKeyboardFocus su true.

Si applica a