Table of Contents

Interface IDoubleClickable

Namespace
HP.LFT.SDK.UIAPro
Assembly
HP.LFT.SDK.dll

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

location Location

The click location that will be used during the double-click.