Version

DragDropAction Enumeration

Enumeration of drag drop actions
Syntax
'Declaration
 
Public Enum DragDropAction 
   Inherits System.Enum
public enum DragDropAction : System.Enum 
Members
MemberDescription
DragDropOccurs when the mouse button is released while over the bounds of the control during a drag operation
DragEnterOccurs when the mouse enters the bounds of the control during a drag operation
DragLeaveOccurs when the mouse leaves the bounds of the control during a drag operation
DragOverOccurs when the mouse moves over the control during a drag operation
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also