CWindow::CreateGrayCaret

 

Creates a gray rectangle for the system caret.

Syntax

      BOOL CreateGrayCaret(
   int nWidth,
   int nHeight 
) throw();

Remarks

See CreateCaret in the Windows SDK.

Passes (HBITMAP) 1 for the bitmap handle parameter to the Win32 function.

Requirements

Header: atlwin.h

See Also

CWindow Class
CWindow::CreateCaret
CWindow::CreateSolidCaret