Partager via


CWindow::HideCaret

Masque le signe insertion.

BOOL HideCaret( ) throw();

Notes

Consultez HideCaret dans Kit de développement logiciel Windows.

Exemple

//The following example attaches an HWND to the CWindow object and  
//calls CWindow::HideCaret() to hide the caret of the window owning  
//the caret

CWindow myWindow;
myWindow.Attach(hWndEdit);
myWindow.HideCaret();

Configuration requise

Header: atlwin.h

Voir aussi

Référence

CWindow, classe

CWindow::ShowCaret