F
Franz
I have a RichTextBox which uses font A. But when I input text into it, the
font of the new words is not font A.
I haven't set the SelectionFont property.
But if I execute the following line of code, the font of the new words
changes to font A
aRichTextBox.Text = aRichTextBox.Text;
Does anyone have idea on solving my problem?
font of the new words is not font A.
I haven't set the SelectionFont property.
But if I execute the following line of code, the font of the new words
changes to font A
aRichTextBox.Text = aRichTextBox.Text;
Does anyone have idea on solving my problem?