Scenario
This example demonstrates how to incorporate the XtraSpellChecker to XAF applications.
Steps to implement
1. Copy the Spelling.Win project into your solution and build it;
2. Invoke the Application Designer for your executable WinForms project (YourSolutionName.Win) or the Module Designer for your WinForms module project (YourSolutionName.Module.Win) and open the Toolbox (Control+Alt+X);
3. Drag the SpellingWindowsFormsModule item from the Toolbox;
4. Build and run your project.
IMPORTANT NOTES:
If you are using RichEditControl, check out the Adding Richedit to Sample E736 thread for additional configuration.
Question Comments
Added By: Dennis (DevExpress Support) at: 6/1/2012 7:17:15 AM
See also:
Q405371
1. Copy the Spelling.Win project into your solution and build it;
2. Invoke the Application Designer for your executable project and open the Toolbox (Control+Alt+X);
3. Drag the SpellingWindowsFormsModule item from the Toolbox;
4. Build and run your project.