Mar
25th | 2008

Customize SpellCheck on WPF Text Controls

Posted by Shahar Y |
Filed under WPF |

WPF has a great feature for spell checking called SpellCheck, which is applied on TextBox and RichTextBox controls. In this post I will explain about it and how can it be customized. Lets go back to the start, to activate the spell checker just set SpellCheck.IsEnabled property to True. Easy, right?. Take a look at [...]


Continue Reading...

Search Dev102