GetCaretBlinkTime (user32)
Last changed: -86.103.174.100

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern uint GetCaretBlinkTime();

User-Defined Types:

None.

Notes:

None.

Questions:

Is there some Windows Message posted when the user changes the Blink Time in the system control ?

Tips & Tricks:

Please add some!

Sample Code:

TimeSpan blinkRate = TimeSpan.FromMilliseconds(GetCaretBlinkTime());

Alternative Managed API:

Use SystemInformation.CaretBlinkTime property

Documentation:

GetCaretBlinkTime on MSDN

SystemInformation on MSDN