RibbonButton::OnGotKeyboardFocus Method (KeyboardFocusChangedEventArgs^)
.NET Framework (current version)
Provides class handling for the GotKeyboardFocus event and enables the keyboard focus visual when this control gets keyboard focus.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
Parameters
- e
-
Type:
System.Windows.Input::KeyboardFocusChangedEventArgs^
The event data.
This method overrides the default behavior and enables the keyboard focus visual when this control gets keyboard focus.
This implementation does not change the handled state (the Handled property) of the GotKeyboardFocus event data.
.NET Framework
Available since 4.5
Available since 4.5
Show: