Multicolor in GoText control

Does anybody know how can i set and what must i do to display text in few colors. For example:
I have sentence.“My name is Greg.” and I want to display all words in different color(My name is Greg).I try to use GoText control.
Regards
przemmko

GoText by itself does not support that.
I suppose you could use multiple GoText objects, but that won’t work for multiline or wrapped text.
So if you are on Windows Forms I suggest you use the RichText object that is in the Demo1 sample application.