Disable ClearType text rendering of RichTextBox

Jul 15 2008 2:42 PM
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.