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