PowerTCP Emulation for .NET
WindowSize Property




Gets or sets the window-size used for the Telnet WindowSize option.
Syntax
<DefaultValueAttribute()>
Public Property WindowSize As Size
Dim instance As Telnet
Dim value As Size
 
instance.WindowSize = value
 
value = instance.WindowSize
[DefaultValue()]
public Size WindowSize {get; set;}
[DefaultValue()]
public: __property Size get_WindowSize();
public: __property void set_WindowSize( 
   Size value
);
[DefaultValue()]
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 Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic