Mouse::LeftButton Property
.NET Framework (current version)
Gets the state of the left button of the mouse.
Assembly: PresentationCore (in PresentationCore.dll)
The following example shows how to determine whether the left mouse button is pressed by checking if the state of the LeftButton 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: