Compartilhar via


CWindow::ShowCaret

Exibe o cursor do sistema.

BOOL ShowCaret( ) throw();

Comentários

See ShowCaret in the Windows SDK.

Exemplo

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

Requisitos

Cabeçalho: atlwin.h

Consulte também

Referência

Classe CWindow

CWindow::HideCaret

Outros recursos

CWindow membros