PowerTCP Telnet for .NET
DisplayCharacters Property




Syntax
<DefaultValueAttribute(System.Drawing.Size, "72,24")>
Public Property DisplayCharacters As Size
Dim instance As Rlogin
Dim value As Size
 
instance.DisplayCharacters = value
 
value = instance.DisplayCharacters
[DefaultValue(System.Drawing.Size, "72,24")]
public Size DisplayCharacters {get; set;}
[DefaultValue(System.Drawing.Size, "72,24")]
public: __property Size get_DisplayCharacters();
public: __property void set_DisplayCharacters( 
   Size value
);
[DefaultValue(System.Drawing.Size, "72,24")]
public:
property Size DisplayCharacters {
   Size get();
   void set (    Size value);
}
See Also

Reference

Rlogin Class
Rlogin Members


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