Programming with Reflection

image\rwnprg32.gif CursorBlinkRate property

 

Syntax

object.CursorBlinkRate
object.CursorBlinkRate = Value

Data type

Enumeration

 

Description

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

Values

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.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property