Change default font of controls in winforms
Is there a开发者_StackOverflowny way to change default font of controls in winforms.
I must change font in about hundred font in recent project and it's coming next project with other fonts and I wanna at start setting properly fonts.
You should be able to select all the controls that are part of the form with Ctrl + A. Then change the font property. Or you could write something that would do that for you in the code behind.
精彩评论