Version

Click(Point) Method

Performs a left click on the default subitem at the given object relative point.
Syntax
'Declaration
 
Public Overloads Overrides Sub Click( _
   ByVal pt As Point _
) 
public override void Click( 
   Point pt
)

Parameters

pt
The object relative point to perform the click at.
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