Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / DynamicTerminalSize Property
In This Topic
    DynamicTerminalSize Property
    In This Topic
    Gets or sets whether Reflection supports dynamic update of the number of rows and columns in the display when the user resizes the terminal window.
    Syntax
    expression.DynamicTerminalSize As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    You can only set this property to true only when emulating a VT terminal. Your Telnet server and application must also support NAWS (Negotiate About Window Size) or display problems can occur. DynamicTerminalSize and AutoFontSize are mutually exclusive options; when one is set to true, the other is automatically set to false.
    See Also