I use visual basic 2008
I use Groupbox1
In the Groupbox1 in have two labels: label1 and label2.
I have change the font of label1 with properties to size 12
No i change the font size of Groupbox1 with properties to size 8
Only label2 inherit font (8) format from GroupBox1 and label1 inherit not font change
I want that label1 and label2 inherit font from GroupBox1, always!
I how can i do this?