This also works if you change the default font size on the form.
"Kevin Yu" <v-****@online.microsoft.com> wrote in message
news:o0**************@cpmsftngxa06.phx.gbl...
Hi Woody,
You cannot change default font size for the Textbox in Visual Studio .NET
IDE. However, you can change the container's font property to achieve
this.
For example, you can place a panel in the form and set the font of the
panel to your default size. After that, each time you drag a control onto
that panel, the control's default font size will be the same as the
panel's.
If there's anything unclear, please feel free to reply to the post.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."