User32GetCaretBlinkTime Method

Retrieves the time required to invert the caret's pixels. The user can set this value.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("User32.dll", ExactSpelling = true, SetLastError = true)]
public static int GetCaretBlinkTime()

Return Value

Int32
If the function succeeds, the return value is the blink time, in milliseconds.

A return value of INFINITE indicates that the caret does not blink.

A return value is zero indicates that the function has failed.

Remarks

See Also