CWindow::CreateSolidCaret

This method creates a solid rectangle for the system caret. It passes (HBITMAP) 0 as the bitmap handle parameter to the Win32 function.

Syntax

BOOL CreateSolidCaret( int nWidth, int nHeight );

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CWindow Overview, CWindow Methods, CWindow::CreateCaret, CWindow::CreateGrayCaret