InfoConnect for Unisys VBA Guide
CursorBlinkRate Property (ThemeCursor)
Gets or sets the speed at which the cursor blinks in the terminal window.
Syntax
Remarks
This is stored as a string in the theme.
Example
This statement sets the cursor blink rate to fast.
Sub BlinkFast()
    ThisIbmTerminal.Theme.Cursor.CursorBlinkRate = CursorBlinkRateOption_Fast
End Sub
See Also

 

 


2015 Attachmate

Send Feedback