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.
Caret Functions
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  CreateCaret        Creates a new shape for the system caret and gets
                       ownership of the caret.
 
  CreateSolidCaret   Creates a solid block for the system caret and gets
                       ownership of the caret.
 
  CreateGrayCaret    Creates a gray block for the system caret and gets
                       ownership of the caret.
 
  GetCaretPos        Retrieves the client coordinates of the caret's
                       current position.
 
  SetCaretPos        Moves the caret to a specified position.
 
  HideCaret          Hides the caret by removing it from the display
                       screen.
 
  ShowCaret          Shows the caret on the display at the caret's
                       current position. Once shown, the caret begins
                       flashing automatically.
 
 
                                     -♦-