'Declaration Public Enum DropLocation Inherits System.Enum
public enum DropLocation : System.Enum
Member | Description |
---|---|
AboveTarget | The item is being dropped above the drop target. |
BelowTarget | The item is being dropped below the drop target. |
LeftOfTarget | The item is being dropped left of the drop target. |
None | The item is over an invalid drop location. The drag indicator is typically hidden when this is the case. |
OverTarget | The 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. |
RightOfTarget | The item is being dropped right of the drop target. |
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