문제

I would like to use a push button control so that when selected (the White circle in the middle turns black) a certain action takes place. Likewise, i would like a different action to take place when the button is un-selected (the White circle returns White). I am having trouble understanding what the name of the two events would be. I originally thought that "mouse down" and "mouse up" was the answer but it is not the case. Thanks

도움이 되었습니까?

해결책

If me.option0= true then MsgBox "Clicked" Else MsgBox "Not Clicked" End If

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top