Disable ClearType text rendering of RichTextBox
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.