RibbonGalleryItem::OnGotKeyboardFocus Method (KeyboardFocusChangedEventArgs^)

.NET Framework (current version)
 

Provides class handling for the GotKeyboardFocus routed event.

Namespace:   System.Windows.Controls.Ribbon
Assembly:  System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)

protected:
virtual void OnGotKeyboardFocus(
	KeyboardFocusChangedEventArgs^ e
) override

Parameters

e
Type: System.Windows.Input::KeyboardFocusChangedEventArgs^

The event data.

This method sets the IsHighlighted property to true when this control gets keyboard focus.

This implementation marks the GotKeyboardFocus event as handled by setting the Handled property of the event data to true.

.NET Framework
Available since 4.5
Return to top
Show: