This method creates a gray rectangle for the system caret. It passes (HBITMAP) 1 as the bitmap handle parameter to the Windows CE function.
At a Glance
Header file: | Atlwin.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
BOOL CreateGrayCaret( int nWidth, int nHeight );
See Also