PowerTCP Emulation for .NET
DisplayCharacters Property




Gets or sets a value representing the number of columns and rows sent to the host during login.
Syntax
<DefaultValueAttribute()>
Public Property DisplayCharacters As Size
Dim instance As Rlogin
Dim value As Size
 
instance.DisplayCharacters = value
 
value = instance.DisplayCharacters
[DefaultValue()]
public Size DisplayCharacters {get; set;}
[DefaultValue()]
public: __property Size get_DisplayCharacters();
public: __property void set_DisplayCharacters( 
   Size value
);
[DefaultValue()]
public:
property Size DisplayCharacters {
   Size get();
   void set (    Size value);
}

Property Value

A Size object representing character display information. Defaults to (72, 24).
Remarks

When using the Rlogin protocol, the remote host may request window size information. The Rlogin component will reply with the value of this property and the Rlogin.DisplayPixels property.

Height represents the number of character rows (defaults to 24). Width represents the number of characters per row (defaults to 72).

See Also

Reference

Rlogin Class
Rlogin Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic