函数参考


_WinAPI_SetCaretPos

移动插入符号到指定的坐标.

#Include <WinAPIEx.au3>
_WinAPI_SetCaretPos ( $iX, $iY )

参数

$iX 插入符号新的 x 坐标.
$iY 插入符号新的 y 坐标.

返回值

成功: 返回 1.
失败: 返回 0,并设置@error标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索