Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsSecureShell Object / SSHSetHostWindowSize Property
In This Topic
    SSHSetHostWindowSize Property
    In This Topic
    When this value is true, Reflection sends the number of rows and columns to the host when they change, enabling it to control the cursor if the window size changes.
    Syntax
    expression.SSHSetHostWindowSize As Boolean
    where expression is a variable that represents a ConnectionSettingsSecureShell Object
    Remarks
    The default value is true. This value cannot be changed if the connection is open.
    See Also