InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / BlinkRate Property


In This Topic
    BlinkRate Property
    In This Topic
    Gets or sets a value that specifies the blinking attribute for text that the host displays in the terminal window.
    Syntax
    'Declaration
     
    
    Property BlinkRate As TextBlinkRateOption
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As TextBlinkRateOption
     
    instance.BlinkRate = value
     
    value = instance.BlinkRate
    TextBlinkRateOption BlinkRate {get; set;}

    Property Value

    If the default template is used to create a session, the default blink rate default is NoBlink for 3270 terminals, and Slow for 5250 terminals. If the Legacy Reflection template is used to create a 3270 or 5250 session, the default value for BlinkRate is Medium.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
    Remarks
    This property applies to 3270 and 5250 terminal sessions.
    See Also