Select tab control and all controls within?

  • Thread starter Thread starter mscertified
  • Start date Start date
M

mscertified

Is there an easy way to select a tab control and all the controls within it
on each page so I can move it around my form?
 
mscertified said:
Is there an easy way to select a tab control and all the controls
within it on each page so I can move it around my form?

If you move the TabControl then all of the controls on the pages DO move
with it. If they don't then you didn't put them onto the pages in the first
place.
 
Back
Top