Toggle Button?

R

rahmad

Hi All,
I've just made a frame contain some toggle buttons.
Everything works properly except one thing.My toggle button
keep pressed after I click it.How to make it not pressed after we click it?
 
G

Guest

That is the point of "Toggle Button", to stay pressed after you click it, to
show your selection among other buttons

If you don't want the button to stay pressed, change it from "Toggle Button"
to "Command Button"
 
R

rahmad

Thank's Cohen,
Do you mean it's impossible to make it
unpressed after we click it?.
Cause if I change it to command button,
it mean I have to modified the frame code
at the on click even.That is what I avoid of.
 
O

Ofer Cohen

You can try to write

Me.[ButtonName] = 0

In the end of the code that you have on the OnClick event of the button
 

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