Re: Controls fonts
Phil Sayers <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
look into Ambient properties. you may end up creating your own base form class where you setup your font. any controls placed on the form should pick it up automagically from their Container (which is your form) -----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 3: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