0
Answer

Disable ClearType text rendering of RichTextBox

Ask a question
giangurgolo

giangurgolo

16y
6.1k
1
I would like to give the user an option to enable or disable ClearType text rendering of a RichTextBox control. Since the Paint event is not relevant for RichTextBox, how would I go about doing this?

Thanks.