Panel Control

  • Thread starter Thread starter JC Voon
  • Start date Start date
J

JC Voon

Hi :

When the Panel.Enabled set to false all controls contain in the panel
will be gray out, but I want it to be disable without gray out the
child control, is it possible ?

JCVoon
 
JC Voon said:
When the Panel.Enabled set to false all controls contain in the panel
will be gray out, but I want it to be disable without gray out the
child control, is it possible ?

Disable some of the child controls only...
 
Herfried K. Wagner:
Disable some of the child controls only...

On my data entry form, I've many controls in the panel, and some of
it is disabled by default. The user r only allow to edit the text when
it is in edit mode, so in edit mode i enabled the panel and in browse
mode i disable the panel, if i manually disable or enable the child
controls, i've to keep a list of control which is disabled by default.
So disable and enable the panel is the easy way for me, but the visual
effect is not what i expected.

Thanks
JCVoon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top