InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / DynamicTerminalSize Property


In This Topic
    DynamicTerminalSize Property
    In This Topic
    Gets or sets a value indicating whether InfoConnect supports dynamic update of the number of rows and columns in the display when the user resizes the terminal window. Note: You can only set this property to True when you are emulating a VT terminal. Your Telnet server and application must also support NAWS (Negotiate About Window Size) otherwise display problems can occur. DynamicTerminalSize and AutoFontSize are mutually exclusive options. When one is set to True the other is automatically set to False.
    Syntax
    'Declaration
     
    
    Property DynamicTerminalSize As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.DynamicTerminalSize = value
     
    value = instance.DynamicTerminalSize
    bool DynamicTerminalSize {get; set;}
    See Also