Table of Contents

Method SetCaretPos

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

SetCaretPos(int, int)

Moves the caret to the specified coordinates.

public static bool SetCaretPos(int x, int y)

Parameters

x int

Specifies the new x-coordinate of the caret.

y int

Specifies the new y-coordinate of the caret.

Returns

bool

True if succeed; otherwise false.