DestroyCaret (user32)
Last changed: Diego-85.53.146.43

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool DestroyCaret();

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

[DllImport("user32.dll")]

static extern bool DestroyCarot();

// Call the method

DestroyCarot();

Alternative Managed API:

Do you know one? Please contribute it!

Documentation