Compartilhar via


CWindow::HideCaret

Oculta o cursor do sistema.

BOOL HideCaret( ) throw();

Comentários

See HideCaret in the 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 CWindow

CWindow::ShowCaret

Outros recursos

CWindow membros