Dart.Emulation Namespace > Rlogin Class : DisplayCharacters Property |
<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); }
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).