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()); Alternative Managed API:Use SystemInformation.CaretBlinkTime property 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). |
|