public TextFormat ErrorColor { get; set; }
Public Property ErrorColor As TextFormat
Get
Set
Dim instance As ParseOptions
Dim value As TextFormat
value = instance.ErrorColor
instance.ErrorColor = value
public:
property TextFormat ErrorColor {
TextFormat get ();
void set (TextFormat value);
}
Only the parsing methods that automatically handle errors will use this property.
The color will only be used if the UseErrorColor property is ; otherwise, it will be replaced with an empty string.
After the error message, the value of the UsageWriterColorReset property will be written to undo the color change.