Click or drag to resize

DragEventArgs Properties

The DragEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAllowedEffects
Gets allowed drag/drop operation.
Public propertyButtons
The mouse buttons pressed during the drag
Public propertyControlObject
Gets the instance of the platform-specific object associated with the drag event
Public propertyData
Gets drag data.
Public propertyEffects
Gets or sets target drag/drop operation.
Public propertyLocation
Location of the cursor in control coordinates
Public propertyModifiers
Modifier keys pressed
Public propertySource
Gets source control of drag operation.
Public propertySupportsDropDescription
Gets a value indicating that the SetDropDescription(String, String) method is supported for the current drag/drop operation.
Top
See Also