Funktionreferenz


_WinAPI_SetCaretPos


Moves the caret to the specified coordinates

#include <WinAPIRes.au3>
_WinAPI_SetCaretPos ( $iX, $iY )

Parameter

$iX The new x-coordinate of the caret.
$iY The new y-coordinate of the caret.

Rückgabewert

Success: True.
Failure: False, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

None.

Siehe auch

Suche nach SetCaretPos in der MSDN Bibliothek.