Version

FindDropTargetMode Enumeration

Describes the way DragSource instance finds the appropriate DropTarget instance.
Syntax
'Declaration
 
Public Enum FindDropTargetMode 
   Inherits System.Enum
public enum FindDropTargetMode : System.Enum 
Members
MemberDescription
TopMostMatchedChannelTargetIn order to be found the DropTarget instance just needs to have the same channel as the DragSource instance.
TopMostTargetOnlyIn 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.
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