Changing font of a RichTextBox

  • Thread starter Thread starter Michael A. Covington
  • Start date Start date
M

Michael A. Covington

When you change the Font property of a RichTextBox, does it change the font
of all the contents, or only the text subsequently added, or only the
selection, or what?
 
It will change whole the RichTextBox font if you change the Font property.
If you want only the subsequently added or selection text font change,
change the RichTextBox SelectionFont property. Hope this help.
 
Bsiang Tan said:
It will change whole the RichTextBox font if you change the Font property.
If you want only the subsequently added or selection text font change,
change the RichTextBox SelectionFont property. Hope this help.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top