Version

MouseClick(FrameworkElement,IGRectRegion,Double,Double) Method

Performs a mouse click operation in the center of the framework element supplied in a specific location
Syntax
'Declaration
 
Protected Overloads Sub MouseClick( _
   ByVal fwElem As System.Windows.FrameworkElement, _
   ByVal rectRegion As IGRectRegion, _
   ByVal double1 As System.Double, _
   ByVal double2 As System.Double _
) 
protected void MouseClick( 
   System.Windows.FrameworkElement fwElem,
   IGRectRegion rectRegion,
   System.double double1,
   System.double double2
)
protected: void MouseClick( 
   System.Windows.FrameworkElement* fwElem,
   IGRectRegion rectRegion,
   System.double double1,
   System.double double2
) 

Parameters

fwElem
Framework element to interact with the mouse
rectRegion
region of the framework element to interact with
double1
double offset or X point relative to the region of the framework elementIf region AT is used Y point relative to the region of the framework element, otherwise unused
double2
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