Version

RightClickControl Method (RecordReplayProxyBase)

Right Click on the Control at the specified location
Syntax
'Declaration
 
Public Sub RightClickControl( _
   Optional ByVal oRegion As System.Object, _
   Optional ByVal oDouble1 As System.Object, _
   Optional ByVal oDouble2 As System.Object _
) 
public void RightClickControl( 
   System.object oRegion,
   System.object oDouble1,
   System.object oDouble2
)
public: void RightClickControl( 
   System.Object* oRegion,
   System.Object* oDouble1,
   System.Object* oDouble2
) 

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.
oDouble1
oDouble2
Optional parameter of a double 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