Admin Production rocket
Current Publication

TelnetSetWindowSize Property

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
TelnetSetWindowSize Property (IConnectingSettingsBestNetwork)
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 IConnectingSettingsBestNetwork
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