Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 26, 2016 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/241ee31d0ef27d6dc8cfcbe85e998238 to your computer and use it in GitHub Desktop.
Save bjoerntx/241ee31d0ef27d6dc8cfcbe85e998238 to your computer and use it in GitHub Desktop.
TXTextControl.Proofing.TXSpell spell = new TXTextControl.Proofing.TXSpell();
spell.Create();
using (TXTextControl.ServerTextControl tx = new TXTextControl.ServerTextControl())
{
tx.Create();
tx.SpellChecker = spell;
tx.IsHyphenationEnabled = true;
// your code here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment