Reputation: 499
I'm trying to extract the font of the next character after the current position of the cursor from a RichTextBox
. This needs to be done everytime the cursor is moved in the RichTextBox
. I haven't found the event for when the cursor position changes.
Does this event even exist? If not, is there another way to implement this?
Thanks
Upvotes: 7
Views: 7022