Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / 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
    expression.BlinkRate As TextBlinkRateOption
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    A TextBlinkRateOption 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