public string ErrorColor { get; set; }
Public Property ErrorColor As String
Get
Set
Dim instance As ParseOptions
Dim value As String
value = instance.ErrorColor
instance.ErrorColor = value
public:
property String^ ErrorColor {
String^ get ();
void set (String^ value);
}
The color will only be used if the UseErrorColor property is ; otherwise, it will be replaced with an empty string.
If the string contains anything other than virtual terminal sequences, those parts will be included in the output, but only when the UseErrorColor property is .
After the error message, the value of the ColorReset property will be written to undo the color change.