Mouse::MiddleButton Property
.NET Framework (current version)
Gets the state of the middle button of the mouse.
Assembly: PresentationCore (in PresentationCore.dll)
The following example shows how to determine whether the middle mouse button is pressed by checking if the state of the MiddleButton is equal to the MouseButtonState enumeration value Pressed. If the button is pressed, a method is called which updates display elements in the sample.
.NET Framework
Available since 3.0
Available since 3.0
Show: