Declaring VB.NET control property Globally for a Windows application
I like to know how to declare control properties globally in VB.NET windows application. I am developing an Windows Application and like to declare the controls property globally . For example I like to all the buttons in the form will have same font property . Instead of declaring the font properties individually for every button I like to have the font propery declared once for the form and all the button I create will have that font property automatically
Please help
Thanks

