Partager via


CWindow::ShowCaret

Affiche le signe insertion.

BOOL ShowCaret( ) throw();

Notes

Consultez ShowCaret dans Kit de développement logiciel Windows.

Exemple

//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();

Configuration requise

Header: atlwin.h

Voir aussi

Référence

CWindow, classe

CWindow::HideCaret