Re: Controls fonts
"Pardee, Roy" <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
You can set a font at the form level, can't you? I thought controls took on the font of their form, unless it was explicitly set for the control. So I think you can get the behavior you want by setting the form's font. Worth a try anyway... HTH, -Roy -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Peter Osucha Sent: Friday, April 13, 2007 12:25 PM To: [email protected] Subject: [DOTNET-WINFORMS] Controls fonts Is there an easy way to set things up in the IDE so that all the controls I use for an application will default to the same font when added? I often find myself modifying forms for apps (based on customer desires) where the first thing I do when adding a control to a form, I end up changing the font. I can't imagine a mechanism by which this would be done. Nevertheless, it doesn't hurt to ask, right? Peter