◄CWnd► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── void HideCaret(); 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. See Also ◄CWnd::ShowCaret►, ◄::HideCaret► -♦-