[DllImport("user32.dll")]
static extern uint GetCaretBlinkTime();
None.
None.
Is there some Windows Message posted when the user changes the Blink Time in the system control ?
Please add some!
TimeSpan blinkRate = TimeSpan.FromMilliseconds(GetCaretBlinkTime());
Use SystemInformation.CaretBlinkTime property
GetCaretBlinkTime on MSDN
SystemInformation on MSDN