Programming with Reflection
CursorBlinkRate property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the speed at which the cursor blinks in the terminal window. For example, this statement turns off cursor blinking:
Session.CursorBlinkRate = rcNoBlink
The default is rcSystem.
rcNoBlink The cursor doesn't blink at all.
rcSlow The cursor blinks once every second.
rcMedium The cursor blinks twice every second.
rcFast The cursor blinks four times every second.
rcSystem The cursor blinks at the speed specified in Windows Control Panel.