textbox problem
C#
3
Posts
3
Posters
0
Views
1
Watching
-
how can i underline a text in the text box .. the way it is done in the Ms.word to indicate spell error bia
-
how can i underline a text in the text box .. the way it is done in the Ms.word to indicate spell error bia
Like the other two examples have said, you need to update the Font's underline characteristic. With a Textbox, however, you cannot underline specific text, just all or none. RichTextBoxes allow other functionality. Check out the MSDN pages on them if you'd like more information.