Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / HostCursorBlinkControl Property
In This Topic
    HostCursorBlinkControl Property
    In This Topic
    Gets or sets a value indicating whether the host controls the cursor blink rate.
    Syntax
    expression.HostCursorBlinkControl As Boolean
    where expression is a variable that represents a IbmTerminal Object
    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
    When this property is true, the host controls the cursor blink rate. When it is false, the host does not control it.

    Use the CursorBlinkRate property to control the blink rate from the terminal.

    This property is only relevant for 5250 terminal sessions. The default is false.
    See Also