LeftClickRHS

Left click top right hand side of control.

void LeftClickRHS();

void LeftClickRHS(int moveLeft, int moveDown);

Parameters

moveLeft: x offset relative to the right hand side of the control.

moveDown: y offset relative to the top of the control.

Return Value

None.

Remarks

The optional parameters can be used to offset the mouse cursor position from the top right hand corner of the control.

Negative numbers can be used to move outside the control.

Example

private Control notepadWindow;

notepadWindow = FindTopWindow("Untitled - Notepad");

notepadWindow.LeftClickRHS(10,15);

Related:

 

This topic was last updated on January 13, 2022, at 02:42:23 PM.

Eggplant icon Eggplantsoftware.com | Documentation Home | User Forums | Support | Copyright © 2022 Eggplant