다음을 통해 공유


CWindow::HideCaret

시스템 캐럿을 숨깁니다.

BOOL HideCaret( ) throw();

설명

참조 HideCaret 에 있는 Windows SDK.

예제

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

요구 사항

헤더: atlwin.h

참고 항목

참조

CWindow Class

CWindow::ShowCaret