CWindow::ShowCaret

시스템 캐럿을 표시합니다.

BOOL ShowCaret( ) throw();

설명

참조 ShowCaret 에 있는 Windows SDK.

예제

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

요구 사항

헤더: atlwin.h

참고 항목

참조

CWindow 클래스

CWindow::HideCaret