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

要求

Header: atlwin.h

请参见

参考

CWindow选件类

CWindow::ShowCaret