Version

ItemDrag Method (UltraExplorerBarReplayServer)

Drag and drop
Syntax
'Declaration
 
Public Sub ItemDrag( _
   ByVal dragAction As System.String, _
   ByVal originalGroup As System.Object, _
   ByVal item As System.Object, _
   ByVal newGroup As System.Object, _
   ByVal newItemIndex As System.Integer _
) 
public void ItemDrag( 
   System.string dragAction,
   System.object originalGroup,
   System.object item,
   System.object newGroup,
   System.int newItemIndex
)

Parameters

dragAction
The type of drag, can be 'Copy' or 'Move'
originalGroup
Original explorer bar group
item
The item to be dragged
newGroup
The new group item is dragged to
newItemIndex
The new index of the item
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