I want to show all the controls within a container as disabled, when the container (UltraGRoupBox) is flagged as diable.
Can this be done in the UltraWInGroupBox or any other container control?
Are you sure that the controls are parented within the UltraGroupBox? In my test sample, I placed 2 TextBoxes in the UltraGroupBox and disabled the group box; when I ran the application, the text boxes were also disabled. You will not see them disabled at design-time however, and this is the case with .NET controls in general.
-Matt