SetCaretPos (user32)
Last changed: -94.54.20.93

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool SetCaretPos(int X, int Y);

VB Signature:

Public Declare Auto Function SetCaretPos Lib "User32" (ByVal x As Integer, ByVal y As Integer) As Boolean

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
SetCaretPos on MSDN