Mouse::XButton2 Property
.NET Framework (current version)
Gets the state of the second extended button.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Windows.Input::MouseButtonStateThe state of the second extended mouse button.
The following example shows how to determine whether the second extended mouse button is pressed by checking if the state of XButton2 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: