Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CWnd::HideCaret
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
 
 
                                     -♦-