Glenn
Glenn

Reputation: 499

Cursor position changed event

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

Answers (1)

Zabavsky
Zabavsky

Reputation: 13640

Have you tried RichTextBox.SelectionChanged Event?

Upvotes: 9

Related Questions