Trusted by the world’s leading companies
Overview
The WinForms Spell Checker component provides spell checking functionality to your application. It can perform spell checking on text editor controls and offers built-in features to correct error words, ignore special words, and add new terms in the dictionary. It also supports using a custom dictionary to check spelling.
Custom Dictionary
WinForms SpellChecker comes with one predefined dictionary for English language and also supports custom dictionary based on user’s application requirement.

WinForms Spell Checker Code Example
Easily get started with the WinForms SpellChecker using a few simple lines of C# code example as demonstrated below. Also explore our WinForms SpellChecker Example that shows you how to render and configure the SpellChecker in WinForms.
using Syncfusion.Windows.Forms.Tools;
namespace WinFormsApp1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
RichTextBox richTextBox = new RichTextBox();
richTextBox.Size = new Size(300, 100);
Button button = new Button();
button.Size = new Size(100, 25);
button.Location = new Point(70, 120);
SpellCheckerAdv spellCheckerAdv = new SpellCheckerAdv();
richTextBox.Text = "Ribbn illustrats the Microsoft Offce UI.";
button.Text = "Spell Check";
button.Click += (s, e) =>
{
SpellCheckerAdvEditorWrapper TextEditor = new SpellCheckerAdvEditorWrapper(richTextBox);
spellCheckerAdv.SpellCheck(TextEditor);
};
this.Controls.Add(button);
this.Controls.Add(richTextBox);
}
}
}Not sure how to create your first WinForms Spell Checker? Our documentation can help.
I’d love to read it now125+ WINDOWS FORMS CONTROLS
Frequently Asked Questions
Why should you choose Syncfusion WinForms Spell Checker?
- Add Microsoft Word-like spell checking capability to your application, allowing users to correct and replace error words from suggestions.
Supports standard dictionaries such as Hunspell, ISpell, OpenOffice to import custom dictionaries for spell check.
- Ignore special words and add new words in the dictionary.
Provide rich set of visual style to customize the look and feel of SpellChecker.
- One of the best WinForms Spell Checker in the market that offers feature-rich UI to interact with the software.
- Simple configuration and API.
Extensive demos and documentation to learn quickly and get started with WinForms Spell Checker.
Where can I find the Syncfusion WinForms Spell Checker demo?
You can find our WinForms Spell Checker demo on
GitHub location.
Can I download and utilize the Syncfusion WinForms Spell Checker for free?
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
How do I get started with Syncfusion WinForms Spell Checker?
A good place to start would be our comprehensive getting started documentation.
Our Customers Love Us
Awards
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion® is proud to hold the following industry awards.