Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to underline misspelled words in TextBox like Microsoft Word ? [closed]

Tags:

c#

textbox

I have a TextBox with Text, and take every word and underline it if it is misspelled. How can I underline wrong words ?

Thanks

like image 226
RedFerrari96 Avatar asked Nov 19 '25 08:11

RedFerrari96


1 Answers

Have a look at the below link. There is a class for what what you want to achieve, if you're working in WPF: SpellCheck Class.

like image 87
Harsh Maurya Avatar answered Nov 20 '25 20:11

Harsh Maurya