CWindow::ShowCaret

BOOL ShowCaret( );

See ShowCaret in the Win32 SDK.

Remarks

Displays the system caret.

Example

//The following example attaches an HWND to the CWindow object and 
//calls CWindow::ShowCaret() to show the caret

CWindow myWindow;
myWindow.Attach(hWndFoo);
myWindow.ShowCaret();

CWindow OverviewClass Members

See Also   CWindow::HideCaret