PowerTCP Emulation for .NET
EnhancedScrollback Property




Gets or sets a value that indicates if the VT Control is using enhanced scrollback buffer capturing.
Syntax
<DefaultValueAttribute()>
Public Property EnhancedScrollback As Boolean
Dim instance As Vt
Dim value As Boolean
 
instance.EnhancedScrollback = value
 
value = instance.EnhancedScrollback
[DefaultValue()]
public bool EnhancedScrollback {get; set;}
[DefaultValue()]
public: __property bool get_EnhancedScrollback();
public: __property void set_EnhancedScrollback( 
   bool value
);
[DefaultValue()]
public:
property bool EnhancedScrollback {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value specifying if enhanced scrollback buffering is in use.
Remarks

The default value is false. Normally only lines that are pushed off the top of the screen due to line-feeds are added to the scrollback buffer. When EnhancedScrollback is enabled, areas of the screen that are cleared or erased are also added to the scrollback buffer.

See Also

Reference

Vt Class
Vt Members


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