Version

DropLocation Enumeration

Used for specifying the drop location of an item being dropped at the current mouse location.
Syntax
'Declaration
 
Public Enum DropLocation 
   Inherits System.Enum
public enum DropLocation : System.Enum 
Members
MemberDescription
AboveTargetThe item is being dropped above the drop target.
BelowTargetThe item is being dropped below the drop target.
LeftOfTargetThe item is being dropped left of the drop target.
NoneThe item is over an invalid drop location. The drag indicator is typically hidden when this is the case.
OverTargetThe item is being dropped over an area where once the drop is processed, it will occupy the drop area. The drag indicator will indicate where the item will be positioned once its dropped.
RightOfTargetThe item is being dropped right of the drop target.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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