CWindow::ShowCaret
Visualizzare il cursore di sistema.
BOOL ShowCaret( ) throw();
Note
Vedere ShowCaret in Windows SDK.
Esempio
//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();
Requisiti
Header: atlwin.h