Microsoft Windows CE 3.0  

caret Component

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The caret component provides support for carets. A caret is a flashing line, block, or bitmap that marks the location of the insertion point in the client area of a window.

Functions for Application Developers

The caret component includes the following functions for application developers, which are defined in the Winuser.h header file. To import these functions, you need to link to the caret.lib file.

Function
CreateCaret
DestroyCaret
GetActiveWindow
GetCaretBlinkTime
GetCaretPos
GetFocus
GetForegroundWindow
HideCaret
SetActiveWindow
SetCaretBlinkTime
SetCaretPos
SetFocus
SetForegroundWindow
ShowCaret

See Also

GWE Components