次の方法で共有


CWindow::HideCaret

更新 : 2007 年 11 月

システム カレットを非表示にします。

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

参照

参照

CWindow クラス

CWindow::ShowCaret

その他の技術情報

CWindow のメンバ