Interface IMouseButtonEventArgs
- Namespace
- DotNetBrowser.Input.Mouse.Events
- Assembly
- DotNetBrowser.dll
Event arguments for the IMouse events associated with a mouse button.
public interface IMouseButtonEventArgs : IMouseEventArgs
- Inherited Members
Properties
- Button
Gets the mouse button this event is related to.
- ClickCount
Gets the count of consecutive clicks that happened in a short amount of time.
- KeyModifiers
Gets the keyboard modifiers.
- MouseModifiers
Gets the mouse modifiers indicating which mouse buttons are currently pressed.