Partilhar via


CWindow::ShowCaret

Exibe o sinal de intercalação.

BOOL ShowCaret( ) throw();

Comentários

Consulte ShowCaret em 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 de CWindow

CWindow::HideCaret