CWindow::CreateSolidCaret

Creates a solid rectangle for the system caret.

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

Remarks

See CreateCaret in the Windows SDK.

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

Requirements

Header: atlwin.h

See Also

Reference

CWindow Class

CWindow::CreateCaret

CWindow::CreateGrayCaret

Other Resources

CWindow Members