Table of Contents

Interface IDoubleClickable

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

Indicates that this object can be double-clicked.

public interface IDoubleClickable

Methods

DoubleClick(ClickArgs)

Double-clicks on this object using the specified ClickArgs.

void DoubleClick(ClickArgs args)

Parameters

args ClickArgs

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

DoubleClick(MouseButton)

Double-clicks on this object using the specified MouseButton.

void DoubleClick(MouseButton button = MouseButton.Left)

Parameters

button MouseButton

Optional. The mouse button that performs the double-click. Possible Values: MouseButton. Default = MouseButton.Left.