InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IThemeCursor Interface / CursorBlinkRate Property


In This Topic
    CursorBlinkRate Property (IThemeCursor)
    In This Topic
    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