MouseButtonEventArgs Properties | 
The MouseButtonEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Button | 
                Gets or sets the mouse button this event is related to.
              | |
| ClickCount | 
                Gets or sets the count of consecutive clicks that happened in a short amount of time.
              | |
| KeyModifiers | 
                Gets or sets the keyboard modifiers.
              | |
| Location | 
                Gets or sets the mouse position relative to the bounds of the browser instance.
              (Inherited from MouseEventArgs.) | |
| LocationOnScreen | 
                Gets or sets the mouse position relative to the bounds of the screen.
              (Inherited from MouseEventArgs.) |