Compartir a través de


CWindow::ShowCaret

Muestra el símbolo de intercalación.

BOOL ShowCaret( ) throw();

Comentarios

Vea ShowCaret en Windows SDK.

Ejemplo

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

encabezado: atlwin.h

Vea también

Referencia

CWindow Class

CWindow::HideCaret