Version

DropOnControl Method (WinPivotGridRecordReplayServer)

Continues a previously executed Drag command, and ends it by dropping it on the control where stated.
Syntax
'Declaration
 
Public Sub DropOnControl( _
   Optional ByVal oRegion As System.Object, _
   Optional ByVal oInt1 As System.Object, _
   Optional ByVal oInt2 As System.Object _
) 
public void DropOnControl( 
   System.object oRegion,
   System.object oInt1,
   System.object oInt2
)

Parameters

oRegion
Optional parameter representing the QTPRectRegion enumeration that helps define where to end the drop action. It can be either an enumerated value, an integer, or string.
oInt1
Optional parameter of an integer that helps define where to end the drop action.
oInt2
Optional parameter of an integer that helps define where to end the drop 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