Is it possible to style text in a richtextbox at design time?

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-06-06T16:10:18Z Indexed on 2010/06/06 16:12 UTC
Read the original article Hit count: 318

I have a System.Windows.Forms.RichTextBox that I wish to use to display some instructions to my application users.

Is it possible to set some of the text I enter at designtime to be bold?

Or do I have no option but to do it at runtime?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about richtextbox