VB Code:
  1. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  2.  
  3.         RichTextBox1.Font.Bold = True
  4.  
  5. End Sub

It says it's a read only property. Is there a way to change that?

Thanks,
James