Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
Disable all controls within the container
posted

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?

Parents
No Data
Reply
  • 37774
    Verified Answer
    posted

    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 

Children
No Data