Interface IDoubleClickable
Indicates that this UIA Pro object can be double-clicked.
public interface IDoubleClickable
Methods
DoubleClick()
Double-clicks on this UIA Pro object using the left mouse button.
void DoubleClick()
DoubleClick(Location)
Double-clicks on this UIA Pro object using the specified Location.
void DoubleClick(Location location)
Parameters
locationLocationThe click location that will be used during the double-click.