Due to corporate standards, I'm being forced to use a different 3rd party spell checker.
Is there any way that I can wire the actual checking of spelling from the UltraWinSpellChecker to a 3rd party engine?
I'd really, really like to avoid having to implement all of the IUltraSpellChecker interface, when I just want to control which words are flagged as mispellings and provide the suggestions.
Thanks
Its difficult to say. Whatever scenario you are trying to accomplish would not be supported and probably would not work correctly.
What about the UltraSpellChecker doesn't conform to your corporate standards? Maybe these issues can be fixed.
That's kind of what I was afraid of...
It's not that the Infragistics spell checker doesn't meet our standards, but more that there is a different 3rd party which is the standard to use.
I'll just have to work out the political issues.
Well you could try to manually keep track of errors by using the CheckText or CheckWork methods on the UltraSpellChecker, but you will not get the advantage of the built in performance enhancements of the spell checker, which only check the text which has changed. You will also not get the built in support for underlining errors. This will have to be done manually and there is a lot of unmanaged code that needs to be written in order to keep the flickering to a minimum.