Partilhar via


CWindow::HideCaret

Oculta o sinal de intercalação.

BOOL HideCaret( ) throw();

Comentários

Consulte HideCaret em Windows SDK.

Exemplo

//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

Cabeçalho: atlwin.h

Consulte também

Referência

Classe de CWindow

CWindow::ShowCaret