|
|
Activates the caret owned by a window. This function activates the caret owned by the specified window hWnd. After activating the caret, the caret will begin flashing automatically.
|
|
||||||||||||||||
|
Changes the size of the caret. This function change the size of the caret owned by the specified window hWnd. Note that the new size of the caret should be smaller than the original size which is specified when you call CreateCaret.
|
|
||||||||||||||||||||
|
Creates a new shape for the system caret and assigns ownership of the caret to the specified window. This function creates a new shape for the system caret and assigns ownership of the caret to the specified window hWnd. The caret shape can be a line, a block, or a bitmap.
|
|
|
Destroys a caret. This function destroys the caret's current shape, frees the caret from the window, and removes the caret from the screen.
|
|
|
Returns the elapsed time, in milliseconds, required to invert the caret's pixels. This function returns the elapsed time, in milliseconds, required to invert the caret's pixels. The default blink time of a caret is 500 milliseconds.
|
|
||||||||||||
|
Gets the caret position. This function copies the caret's position, in client coordinates, to the specified POINT structure pPt.
|
|
|
Hides a caret. This function removes the caret from the screen. Hiding a caret does not destroy its current shape or invalidate the insertion point.
|
|
||||||||||||
|
Sets the caret blink time to the specified number of milliseconds. This function sets the caret blink time to the specified number of milliseconds. The blink time is the elapsed time, in milliseconds, required to invert the caret's pixels. The default blink time of a caret is 500 milliseconds.
|
|
||||||||||||||||
|
Moves the caret to a new position. This function moves the caret to the specified coordinates (x,y).
|
|
|
Shows a caret. This function makes the caret visible on the screen at the caret's current position. When the caret becomes visible, it begins flashing automatically.
|
1.4.2