PowerTCP Emulation for .NET CF
EnhancedScrollback Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : EnhancedScrollback Property




Gets or sets a value that indicates if the VT Control is using enhanced scrollback buffer capturing.

Syntax

Visual Basic (Declaration) 
Public Property EnhancedScrollback As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As Boolean
 
instance.EnhancedScrollback = value
 
value = instance.EnhancedScrollback
C# 
public bool EnhancedScrollback {get; set;}
Managed Extensions for C++ 
public: __property bool get_EnhancedScrollback();
public: __property void set_EnhancedScrollback( 
   bool value
);
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.