'Declaration Public Enum FindDropTargetMode Inherits System.Enum
public enum FindDropTargetMode : System.Enum
Member | Description |
---|---|
TopMostMatchedChannelTarget | In order to be found the DropTarget instance just needs to have the same channel as the DragSource instance. |
TopMostTargetOnly | In order to be found the DropTarget instance has to be attached to top most drop target element. If there is no match found between DropTarget.DropChannels of the top most drop target and DragSource.DragChannels of the drag source then is assumed that there is no valid 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