1.

can we unable spell checking in WPF TextBox

Answer»

Yes we can UNABLE spell check in textbox by just
enable SPELLCHECK and below is code for that
< TextBox SpellCheck.IsEnabled="TRUE" LANGUAGE="en-US" />



Discussion

No Comment Found