RibbonContextualTabGroup::OnMouseDown Method (MouseButtonEventArgs^)

.NET Framework (current version)
 

Provides class handling for the MouseDown routed event.

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

protected:
virtual void OnMouseDown(
	MouseButtonEventArgs^ e
) override

Parameters

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

The event data.

This method captures the mouse when a single-click occurs on the contextual tab group. It minimizes or maximizes the window when a double-click occurs.

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

.NET Framework
Available since 4.5
Return to top
Show: