Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invoked when a mouse button is pressed or released.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overrides Sub HandleMouseButton ( _
e As MouseButtonEventArgs _
)
protected override void HandleMouseButton(
MouseButtonEventArgs e
)
protected:
virtual void HandleMouseButton(
MouseButtonEventArgs^ e
) override
abstract HandleMouseButton :
e:MouseButtonEventArgs -> unit
override HandleMouseButton :
e:MouseButtonEventArgs -> unit
protected override function HandleMouseButton(
e : MouseButtonEventArgs
)
Parameters
- e
Type: System.Windows.Input.MouseButtonEventArgs
The event data.
Remarks
This method handles the mouse button actions to prevent the base implementation from closing the menu.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.