Interface IDoubleClickable
Indicates that this object can be double-clicked.
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public interface IDoubleClickable
Methods
DoubleClick(ClickArgs)
Double-clicks on this object using the specified ClickArgs.
Declaration
void DoubleClick(ClickArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| ClickArgs | args | The click arguments that will be used during the double-click. |
DoubleClick(MouseButton)
Double-clicks on this object using the specified MouseButton.
Declaration
void DoubleClick(MouseButton button = MouseButton.Left)
Parameters
| Type | Name | Description |
|---|---|---|
| MouseButton | button | Optional. The mouse button that performs the double-click. Possible Values: MouseButton. Default = MouseButton.Left. |