DestroyCaret function user32

int DestroyCaret()

Destroys the caret's current shape, frees the caret from the window, and removes the caret from the screen.

BOOL DestroyCaret();

Implementation

int DestroyCaret() => _DestroyCaret();