xaml - WPF Spell check -


I'm playing with integrated spell check in WPF.

I have to configure it dynamically back to the code, not just in XML The XAML solution works perfectly (spell check. ISNActed = true + xml: lang feature).

However, if I try to enable spell check using this code snippet, then it does not work:

  thread Existing content Current Agriculture = New CultureInfo ("N-US"); Thread Existing content Current Ukraine Agriculture = Thread. Present. Tb.SpellCheck.IsEnabled = true;  

Any ideas?

Thank you very much

  TB.Language = system. Windows Marck up. Xml language Gate Language ("N-US"); Tb.SpellCheck.IsEnabled = true;  

Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -