Specifies whether escape sequence of the Select Graphic Rendition also clears the color of the pen.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Property PersistColorsOnSgr As Boolean
	Get
	Set
C#
public bool PersistColorsOnSgr { get; set; }

Field Value

True to persist last set color; false to reset color of the pen.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also