RibbonTabHeader::OnKeyDown Method (KeyEventArgs^)

.NET Framework (current version)
 

Provides class handling for the KeyDown routed event.

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

protected:
virtual void OnKeyDown(
	KeyEventArgs^ e
) override

Parameters

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

The event data.

This method attempts to move the focus to the first element in the tab when the DOWN ARROW key is pressed on the tab header. If successful, it marks the KeyDown event as handled by setting the Handled property of the event data to true.

.NET Framework
Available since 4.5
Return to top
Show: