Compartir a través de


CWindow::HideCaret

oculta el símbolo de intercalación.

BOOL HideCaret( ) throw();

Comentarios

Vea HideCaret en Windows SDK.

Ejemplo

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

Requisitos

encabezado: atlwin.h

Vea también

Referencia

Clase de CWindow

CWindow::ShowCaret