C#:
this.txtMsg.ForeColor = System.Drawing.Color.Black;
I have a multi-line TextBox that im appending with messages. I want to use different colored text for different types of messages. Obviously I cant set the ForeColor again, is there escape characters or something similar to use to accomplish this?