MouseButtonEventArgs::ButtonState Property

 

Gets the state of the button associated with the event.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property MouseButtonState ButtonState {
	MouseButtonState get();
}

Property Value

Type: System.Windows.Input::MouseButtonState

The state the button is in.

The Mouse class provides additional properties and methods for determining the state of the mouse.

The following example creates a mouse button event handler that changes the color of the object that handles the event. The color that is chosen depends on whether the mouse button was pressed or released.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: