PowerTCP Telnet for .NET
WindowSize Property




Gets or sets the window-size used for the Telnet WindowSize option.
Syntax
<DefaultValueAttribute(System.Drawing.Size, "80,24")>
Public Property WindowSize As Size
Dim instance As Telnet
Dim value As Size
 
instance.WindowSize = value
 
value = instance.WindowSize
[DefaultValue(System.Drawing.Size, "80,24")]
public Size WindowSize {get; set;}
[DefaultValue(System.Drawing.Size, "80,24")]
public: __property Size get_WindowSize();
public: __property void set_WindowSize( 
   Size value
);
[DefaultValue(System.Drawing.Size, "80,24")]
public:
property Size WindowSize {
   Size get();
   void set (    Size value);
}

Property Value

A Size object with default Width and Height values of 80 and 24.
See Also

Reference

Telnet Class
Telnet Members


PowerTCP Telnet for .NET Documentation Version 8.0
© 2026 Dart Communications. All Rights Reserved.
Send comments on this topic