I\'m using Windows forms and I have a textbox which I would occassionally like to make the text bold if it is a certain value.
How do I change the font characteristi
txtText.Font = new Font("Segoe UI", 8,FontStyle.Bold); //Font(Font Name,Font Size,Font.Style)