System.Windows.Forms.DragEventArgs Members

The members of System.Windows.Forms.DragEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Public Properties

[read-only]
AllowedEffectDragDropEffects.

Gets which drag-and-drop operations are allowed by the originator (or source) of the drag event.

[read-only]
DataIDataObject.

Gets the System.Windows.Forms.IDataObject that contains the data associated with this event.

EffectDragDropEffects.

Gets or sets the target drop effect in a drag-and-drop operation.

[read-only]
KeyStateint.

Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.

[read-only]
Xint.

Gets the x-coordinate of the mouse pointer, in screen coordinates.

[read-only]
Yint.

Gets the y-coordinate of the mouse pointer, in screen coordinates.