Version

Click Method (UltraControlBaseWithSubobjectsTestObject)

Performs a left-mouse click on the default subitem of this TestObject
Overload List
OverloadDescription
Click()Performs a left-mouse click on the default subitem of this TestObject  
Click(MouseModifiers,Subitem)Performs a mouse click on the specified subitem of this TestObject after applying the specified modifiers  
Click(MouseModifiers)Performs a click on the default subitem with key modifications.  
Click(Subitem)Performs a left-mouse click on the specified subitem of this TestObject.  
Click(MouseModifiers,Subitem,Point)Performs a click, with modifiers, on a given subitem, at a given object relative point on the subitem.  
Click(Point)Performs a left click on the default subitem at the given object relative point.  
Click(MouseModifiers,Point)Performs a click, with modifiers, on the default subitem, at a given object relative point on the subitem.  
Click(Subitem,Point)Performs a left-mouse click on the given subitem at the given object relative point.  
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