Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / TelnetSetWindowSize Property


In This Topic
TelnetSetWindowSize Property (IConnectionSettingsTelnet)
In This Topic
When this value is true, Reflection 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

Property Value

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