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.
 
Back
Top