CWindow::CreateGrayCaret

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

Syntax

BOOL CreateGrayCaret( 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::CreateSolidCaret