RibbonButton::OnMouseLeftButtonDown Method (MouseButtonEventArgs^)
.NET Framework (current version)
Provides class handling for the MouseLeftButtonDown routed event to prevent the control from receiving keyboard focus.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
Parameters
- e
-
Type:
System.Windows.Input::MouseButtonEventArgs^
The event data.
The Ribbon should not take keyboard focus from the application. This method overrides the default behavior and temporarily sets the Focusable property to false, which prevents the control from taking keyboard focus. It then calls the base method.
This implementation does not change the handled state (the Handled property) of the MouseLeftButtonDown event data.
.NET Framework
Available since 4.5
Available since 4.5
Show: