i made a custom button control just for fun but when i start the test program, the text i entered in the designer disappears from the button. in the designer, it works. i found out that for some reason vs.net is not adding a me.button.text property under the code properties of my control. the text property is declared overrides in my control. if i manually add the control via code in the load procedure and add text to it there, it works no problem. anyone know what how to convince the designer to add my property when i change it at design time?
thanks for your help
-matt
thanks for your help
-matt