We are attempting to use the WinSpellChecker control to add spell checking to a WinForms application. Our users are heavily keyboard-centric, and they have complained that the SpellCheckDialog does not have keyboard shortcuts. I was surprised that when I hit the alt key on my keyboard, I did not see keyboard shortcuts on the SpellCheckDialog. Is there a setting we are missing? If not, is there any way to add our own keyboard shortcuts to the common commands on the dialog?
Hello acbush,
What you could do is to handle the 'SpellCheckDialogOpening' event of the 'WinSpellChecker' control, cancel it and show your own dialog with the desired buttons with keyboard shortcuts.
Please feel free to let me know if a question about our toolset comes up on your mind.
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.