CWindow::HideCaret
システム カレットを非表示にします。
BOOL HideCaret( ) throw();
解説
Windows SDK の「HideCaret」を参照してください。
使用例
//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