Dimming Toggle Button

P

Paige

I inserted a toggle button, but don't want it to "dim" when clicked. What
can I put in the code so that it doesn't do this? None of the properties
seems to address this.
 
C

Corey

Dimming??
What do you mean by that?
When a togglebutton is changed it will be in 1 of 2 settings:
(Either pressed )Togglebutton1.Value = True or (Not Pressed)Togglebutton1.Value = False

I inserted a toggle button, but don't want it to "dim" when clicked. What
can I put in the code so that it doesn't do this? None of the properties
seems to address this.
 
P

Paige

When it is pressed, the color of the toggle button sort of 'dims'. Then when
pressed again, the color reverts back to normal.
 

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

Top