Udostępnij za pośrednictwem


CWindow::HideCaret

Ukrywa karetkę systemową.

BOOL HideCaret( ) throw();

Uwagi

Zobacz HideCaret w Windows SDK.

Przykład

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

Wymagania

Nagłówek: atlwin.h

Zobacz też

Informacje

Klasa CWindow

CWindow::ShowCaret