say for example chaning the font in a textBox to bold would be like: textbox1.Font = new Font(this.Font, FontStyle.Bold);
but how do I change it to Bold and Italic at the same time?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.