Wednesday, January 18, 2012

Spell Suggestion and Checking in WPF Text Box

 

WPF text box controller shipped with a inbuilt spell suggestion and checking feature.We can simply enable that feature setting the SpellCheck.IsEnabled="True"/.

Here is the Code

<TextBox Name="dummy" SpellCheck.IsEnabled="True"/>
And Here is the output
Simple 

No comments:

Post a Comment