Version

DragSubItem Method (RecordReplayProxyBase)

Starts a drag operation on the specified subitem, by mousing down on it, and moving the cursor. It needs to be followed by a subsequent drop action to be completed successfully.
Syntax
'Declaration
 
Public Sub DragSubItem( _
   ByVal oeSubItemType As System.Object, _
   ByVal oSubItem As System.Object, _
   Optional ByVal oRegion As System.Object, _
   Optional ByVal oInt1 As System.Object, _
   Optional ByVal oInt2 As System.Object _
) 
public void DragSubItem( 
   System.object oeSubItemType,
   System.object oSubItem,
   System.object oRegion,
   System.object oInt1,
   System.object oInt2
)

Parameters

oeSubItemType
Enumerated value representing the type of subitem relative to the control, it can be either an enumerated value, an integer, or string.
oSubItem
String or integer that identifies the individual subitem of the type noted in oeSubItemType.
oRegion
Optional parameter representing the QTPRectRegion enumeration that helps define where to start the drag action. It can be either an enumerated value, an integer, or string.
oInt1
Optional parameter of an integer that helps define where to start the drag action.
oInt2
Optional parameter of an integer that helps define where to start the drag action.
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