User32CreateCaret Method

Overload List

CreateCaret(IntPtr, IntPtr, Int32, Int32) Creates a new shape for the system caret and assigns ownership of the caret to the specified window.

The caret shape can be a line, a block, or a bitmap.

CreateCaret(SafeHandle, IntPtr, Int32, Int32) Creates a new shape for the system caret and assigns ownership of the caret to the specified window.

The caret shape can be a line, a block, or a bitmap.

See Also