Table of Contents

Method ShowCaret

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

ShowCaret(int, int)

When implemented by a class, moves the caret to the specified coordinates.

void ShowCaret(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.