Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Displays the system caret.
BOOL ShowCaret( ) throw();
Remarks
See ShowCaret in the Windows SDK.
Example
//The following example attaches an HWND to the CWindow object and
//calls CWindow::ShowCaret() to show the caret
CWindow myWindow;
myWindow.Attach(hWnd);
myWindow.ShowCaret();
Requirements
Header: atlwin.h