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
No comments:
Post a Comment