Click or drag to resize

MouseDraggedEventArgs Properties

The MouseDraggedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyButton
Gets or sets the button that is pressed during the move.
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.)
Public propertyModifiers
Gets or sets the keyboard modifiers.
Top
See Also