CWindow::CreateCaret

This method creates a new shape for the system caret.

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL CreateCaret( HBITMAP pBitmap );

Remarks

Windows CE only supports solid carets, so you should always set the hBitmap argument to NULL.

See Also

CWindow::CreateSolidCaret, CWindow::CreateGrayCaret