RibbonGalleryItem::OnLostKeyboardFocus Method (KeyboardFocusChangedEventArgs^)
.NET Framework (current version)
Provides class handling for the LostKeyboardFocus routed event.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
Parameters
- e
-
Type:
System.Windows.Input::KeyboardFocusChangedEventArgs^
The event data.
This method sets the IsPressed and IsHighlighted properties to false when this control loses keyboard focus.
This implementation marks the LostKeyboardFocus event as handled by setting the Handled property of the event data to true.
.NET Framework
Available since 4.5
Available since 4.5
Show: