InfoConnect for Unisys
TelnetSetWindowSize Property (IConnectionSettingsTelnet)


When this value is true, InfoConnect sends the number of rows and columns to the Telnet host whenever they change, enabling the Telnet host to control the cursor if the window size changes.
Syntax
'Declaration
 
Property TelnetSetWindowSize As Boolean
'Usage
 
Dim instance As IConnectionSettingsTelnet
Dim value As Boolean
 
instance.TelnetSetWindowSize = value
 
value = instance.TelnetSetWindowSize
bool TelnetSetWindowSize {get; set;}

Property Value

The default value is true. This value cannot be changed if the connection is open.
See Also