RibbonGalleryItem::OnMouseMove Method (MouseEventArgs^)

.NET Framework (current version)
 

Provides class handling for the MouseMove event.

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

protected:
virtual void OnMouseMove(
	MouseEventArgs^ e
) override

Parameters

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

The event data.

This method manages the focus and highlighting of the gallery item when the mouse moves over it.

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

.NET Framework
Available since 4.5
Return to top
Show: