grey or make transparent a checkbox

  • Thread starter Thread starter Margaret Dullnig via AccessMonster.com
  • Start date Start date
M

Margaret Dullnig via AccessMonster.com

Hi,

I need to grey a checkbox when I don't want the user to change the value,
regardless of the value. Currently, I am disabling it and locking it so
the associated label displays normally (if I just disable it, the label
caption is etched in no color). I have used backcolor = transparent on
textboxes to achieve the desired effect, but checkboxes don't have a
backcolor property. I have tried changing the borderstyle to transparent,
and special effects to flat, but neither seem to work.

Any suggestions?
 
Margaret said:
I need to grey a checkbox when I don't want the user to change the value,
regardless of the value. Currently, I am disabling it and locking it so
the associated label displays normally (if I just disable it, the label
caption is etched in no color). I have used backcolor = transparent on
textboxes to achieve the desired effect, but checkboxes don't have a
backcolor property. I have tried changing the borderstyle to transparent,
and special effects to flat, but neither seem to work.


Disable the check box, but dis-associate its label so it
doesn't change its appearance.
 
Back
Top