Is there a way to change the default property values of the native VB.Net controls? I know I can create my own control in code that inherits from one of the native controls and set the properties any way I want in the constructor, but that doesn't help me when I want to drag a control from the toolbox onto a Form. I'm thinking specifically of the Label control, which has its AutoSize property annoyingly set to True by default. How can I modify the default values of the native controls, or make my customized controls appear in the toolbox?