Double click a mouse button.
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
Syntax
public void MouseDoubleClick( MouseButton buttonID, KeyModifier modifiers, int XPos, int YPos )
Parameters
- buttonID
- Type: Facilita.Fc.Citrix MouseButton
The ID of the mouse button that is clicked.
- modifiers
- Type: Facilita.Fc.Citrix KeyModifier
Any key modifiers to apply.
- XPos
- Type: System Int32
The x co-ordinate of the mouse cursor.
- YPos
- Type: System Int32
The y co-ordinate of the mouse cursor.
Remarks
See Also