@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The GetCaretBlinkTime API !!!!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@msdn on MSDN SystemInformation@msdn on MSDN
Edit user32.GetCaretBl...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.