Hi,
We have a mix of "Tx Text Controls" (as Text Editors) and UltraGrid controls in our application. How do I integrate UltraSpellChecker with "Tx Text Control"? Can you provide an example?
Hello,
What you could try is the following:
this.ultraSpellChecker1.ShowSpellCheckDialog(desired control);
this
desired control
But since I am not aware of the "Tx Text Control" I could not say if this would work or not.
Please take a look at the following link where you would be able to find more information about using our UltraSpellChecker:
http://help.infragistics.com/NetAdvantage/WinForms/2011.1/CLR2.0/?page=Win_WinSpellChecker_Using_WinSpellChecker.html
If you have any other questions please feel free to ask.