Udostępnij za pośrednictwem


CWindow::ShowCaret

Wyświetla karetkę systemową.

BOOL ShowCaret( ) throw();

Uwagi

Zobacz ShowCaret w Windows SDK.

Przykład

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

Wymagania

Nagłówek: atlwin.h

Zobacz też

Informacje

Klasa CWindow

CWindow::HideCaret