Click or drag to resize

IMouseDraggedEventArgs Properties

The IMouseDraggedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyButton
Gets the button that is pressed during the move.
Public propertyLocation
Gets the mouse position relative to the bounds of the browser instance.
(Inherited from IMouseEventArgs.)
Public propertyLocationOnScreen
Gets the mouse position relative to the bounds of the screen.
(Inherited from IMouseEventArgs.)
Public propertyModifiers
Gets the keyboard modifiers.
Public propertyMouseModifiers
Gets the mouse modifiers indicating which mouse buttons are currently pressed.
Top
See Also