Method Reference
WinGetCaretPosX
Returns the coordinates of the caret in the foreground window
WinGetCaretPosX
Return Value
Success: | Returns the X coordinate of the caret. |
Failure: | Sets oAutoIt.error to 1. |
Remarks
WinGetCaretPos might not return accurate values for Multiple Document Interface (MDI) applications if absolute CaretCoordMode is used. See example for a workaround. Note: Some applications report static coordinates regardless of caret position!
Related
Example
Set oAutoIt = WScript.CreateObject("AutoItX3.Control") x = oAutoIt.WinGetCaretPosX() y = oAutoIt.WinGetCaretPosY()