Enabled=False

  • Thread starter Thread starter J.C.
  • Start date Start date
J

J.C.

Is there a way to set a control's enabled property to
false without the control backcolor going to gray?
 
J.C. said:
Is there a way to set a control's enabled property to
false without the control backcolor going to gray?

Sure.
Set the Enabled property to False.
Also set the Locked property to True.

The control will retain it's normal coloring.
 
Thanks, Fred.

jc
-----Original Message-----


Sure.
Set the Enabled property to False.
Also set the Locked property to True.

The control will retain it's normal coloring.
--
Fred
Please reply only to this newsgroup.
I do not respond to personal e-mail.
.
 
Back
Top