Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>getcaretblinktime()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GetCaretBlinkTime()
Returns the blink rate of the caret in milliseconds
------------------------------------------------------------------------------

Syntax
GetCaretBlinkTime()   -->   nMilliSecs

Arguments
None.

Returns
The blink rate in milliseconds.

Description
This function returns the time between successive flashes of
the caret.

Example
// Change the blink rate to half its current rate (twice the time)
nMS = GetCaretBlinkTime()
SetCaretBlinkTime( nMS * 2 )


See Also: SetCaretBlinkTime()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson