Version

DragDropIndicatorManager Constructor(Orientation,Control)

Initializes a new DragDropIndicatorManager for use only as a DropIndicator. The DragIndicator will not work using this constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal indicatorOrientation As Orientation, _
   ByVal dropSource As Control _
)
public DragDropIndicatorManager( 
   Orientation indicatorOrientation,
   Control dropSource
)

Parameters

indicatorOrientation
Orientation of the drop indicators
dropSource
Root control that the drag operation will be over
Requirements

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