PowerTCP Telnet for .NET
WindowSize Property




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);
}
See Also

Reference

Telnet Class
Telnet Members


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