or
//HTML ImportHtmlFormatProvider msgHTML = new HtmlFormatProvider();RadDocument tempDoc = msgHTML.Import(this.scMsg.messageText.ToString());this.msgContent.Document = tempDoc; // msgContent is the instance of RadRichTextBox

(Like it is done in Microsoft Excel, when you open the save sub-menu. You see that every menu item there is bold and the description is non bold. The description text on top of that gets wrapped if it doesn't fit in the line. This is essential behaviour for a ribbon bar's start menu, isn't it?)
Thanks,
Klaus
