Click or drag to resize

MouseButtonEventArgs Properties

The MouseButtonEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyButton
Gets or sets the mouse button this event is related to.
Public propertyClickCount
Gets or sets the count of consecutive clicks that happened in a short amount of time.
Public propertyKeyModifiers
Gets or sets the keyboard modifiers.
Public propertyLocation
Gets or sets the mouse position relative to the bounds of the browser instance.
(Inherited from MouseEventArgs.)
Public propertyLocationOnScreen
Gets or sets the mouse position relative to the bounds of the screen.
(Inherited from MouseEventArgs.)
Top
See Also