Xceed Ultimate ListBox for Silverlight Documentation
CurrentDropTarget Property


Gets the current drop target.
Syntax
Public ReadOnly Property CurrentDropTarget As IDropTarget
Dim instance As DragDropContext
Dim value As IDropTarget
 
value = instance.CurrentDropTarget
public IDropTarget CurrentDropTarget {get;}

Property Value

An IDropTarget representing the current drop target.
Requirements

Target Platforms: 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

Reference

DragDropContext Class
DragDropContext Members

Send Feedback