PowerTCP Emulation for .NET
BackColorErase Property




Gets or sets the value that determines the background color when cells are erased, deleted, or inserted.
Syntax
<DefaultValueAttribute()>
Public Property BackColorErase As Boolean
Dim instance As Vt
Dim value As Boolean
 
instance.BackColorErase = value
 
value = instance.BackColorErase
[DefaultValue()]
public bool BackColorErase {get; set;}
[DefaultValue()]
public: __property bool get_BackColorErase();
public: __property void set_BackColorErase( 
   bool value
);
[DefaultValue()]
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.
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