InfoConnect for Unisys
CursorBlinkRate Property (IThemeCursor)


Gets or sets the speed at which the cursor blinks in the terminal window.
Syntax
'Declaration
 
Property CursorBlinkRate As CursorBlinkRateOption
'Usage
 
Dim instance As IThemeCursor
Dim value As CursorBlinkRateOption
 
instance.CursorBlinkRate = value
 
value = instance.CursorBlinkRate
CursorBlinkRateOption CursorBlinkRate {get; set;}
Remarks
This is stored as a string in the theme.
See Also