Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / BreakLength Property
In This Topic
    BreakLength Property
    In This Topic
    Gets or sets the length (in milliseconds) of the break signal.
    Syntax
    expression.BreakLength As Integer
    where expression is a variable that represents a Screen Object
    Remarks
    To transmit a Break signal to the host, use the Break method.
    See Also