Function:
ShowCaret(HWNDhWnd)
|
Description:
The ShowCaret function makes the caret visible on the screen
at the carets current position. When the caret becomes visible,
it begins flashing automatically.
|
Parameters:
hWnd: Identifies the window that owns the caret.
|
Returns:
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
|
Example: 
Select the icon to download the sample caret.a5p. This
file demonstrates various caret functions to display a blinking cursor
on screen.
|