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