HideCaret function user32

int HideCaret(
  1. int hWnd
)

Removes the caret from the screen. Hiding a caret does not destroy its current shape or invalidate the insertion point.

BOOL HideCaret(
  HWND hWnd
);

Implementation

int HideCaret(int hWnd) => _HideCaret(hWnd);