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




Gets or sets the value that determines the background color when cells are erased, deleted, or inserted.

Syntax

Visual Basic (Declaration) 
Public Property BackColorErase As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As Boolean
 
instance.BackColorErase = value
 
value = instance.BackColorErase
C# 
public bool BackColorErase {get; set;}
Managed Extensions for C++ 
public: __property bool get_BackColorErase();
public: __property void set_BackColorErase( 
   bool value
);
C++/CLI 
public:
property bool BackColorErase {
   bool get();
   void set (    bool value);
}

Remarks

The SGR command can be used by the host to set a background color. By default, this color will be used for coloring cells when they are erased or made blank by an insert or delete operation. Sometimes, however, you may not want the current SGR background color to be used as the default background color when an erasure is commanded. Set this value to false if you do not want the current SGR background color to supercede the BackColor property when cells are erased.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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