Destroying a Caret
When a window loses the keyboard focus, the system sends the
WM_KILLFOCUS message to the window. Your application should destroy the caret while
processing this message by using the
DestroyCaret function. The following code shows how to destroy a caret in a window that no
longer has the keyboard focus.
case WM_KILLFOCUS:
// The window is losing the keyboard focus, so destroy the caret.
DestroyCaret();
break;
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database