Hi there,
As a user when going through the spelling errors with the Next Field button when I reached the end the control shows the message "Spellcheck Complete" and an OK button. When the user hits the OK button the control just goes blank without any text or buttons on it and the SpellCheckCompleted event is never fired.
The SpellCheckCompleted does is fired when doing the same but with Ignore button.
Is this a bug? How can I capture when the user hits the OK button when Spellcheck is Complete?
Thanks,
Hi Matt,
Thanks for your reply and the sample. I wasn't too specific in my post, actually I mimic my scenario in your sample and was able to reproduce the issue (SpellCheckCompleted event not firing before or after clicking Ok).
Basically I have a RichTextBox and I'm binding its whole Document by going through its paragraphs/spans/lists/runs, binding each Run.Text property.
I would like to send you my code and the scenario. Is there a way I can attach the zipped solution here or send it by email?
Danny
HI,
The SpellCheckCompleted event fires once the spell checking is done, it fires before the OK Dialog is show.
I am attaching a sample application using 13.1.2073,
Please review the attached sample.
Sincerely, Matt Developer Support Engineer