User32GetCaretBlinkTime Method
Retrieves the time required to invert the caret's pixels. The user can set this value.
Namespace: DevCase.Win32.NativeMethodsAssembly: 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()
<DllImportAttribute("User32.dll", ExactSpelling := true, SetLastError := true>]
Public Shared Function GetCaretBlinkTime As Integer
Dim returnValue As Integer
returnValue = User32.GetCaretBlinkTime()
public:
[DllImportAttribute(L"User32.dll", ExactSpelling = true, SetLastError = true)]
static int GetCaretBlinkTime()
[<DllImportAttribute("User32.dll", ExactSpelling = true, SetLastError = true)>]
static member GetCaretBlinkTime : unit -> int
No code example is currently available or this language may not be supported.
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.