RibbonTabHeader::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 IsSelected property to true for the RibbonTab that this header belongs to when this header gets keyboard focus.

This implementation does not change the handled state (the Handled property) of the MouseEnter event data.

.NET Framework
Available since 4.5
Return to top
Show: