Hi,
I have a frame and few controls on it (combos, labels etc.). I know that when I disable the frame, the controls that are on it get disabled too... but they they're not grayed out automatically.
Is there a way to gray them out when disabling the frame or do I have to use:

'control.Enabled = False'

to all of them?

Is there a better way to gray out a number of controls atatched to a frame?

Thanks