Interface IDoubleClickable
Indicates that this UIA Pro object can be double-clicked.
Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public interface IDoubleClickable
Methods
DoubleClick()
Double-clicks on this UIA Pro object using the left mouse button.
Declaration
void DoubleClick()
DoubleClick(Location)
Double-clicks on this UIA Pro object using the specified Location.
Declaration
void DoubleClick(Location location)
Parameters
| Type | Name | Description |
|---|---|---|
| Location | location | The click location that will be used during the double-click. |