Desktop Functions: Smart Device Functions:
|
GetCaretBlinkTime (user32)
C# Signature:
[DllImport("user32.dll")] 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()); Please add some! Alternative Managed API:Use SystemInformation.CaretBlinkTime property Do you know one? Please contribute it! Documentation:GetCaretBlinkTime on MSDN SystemInformation on MSDN Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|