CWnd::HideCaret

voidHideCaret();

Remarks

Hides the caret by removing it from the display screen. Although the caret is no longer visible, it can be displayed again by using the ShowCaret member function. Hiding the caret does not destroy its current shape.

Hiding is cumulative. If HideCaret has been called five times in a row, the ShowCaret member function must be called five times before the caret will be shown.

CWnd OverviewClass MembersHierarchy Chart

See Also   CWnd::ShowCaret,