That control has animated button action and if you still want to use the OnClick for some processing, you can. Simply use "Abort" before it exits and the internal Dialog wont popup.
I find a few controls in the system that are like that via the OnClick where you can have the default action get ignored. I am not an advocate of using try ... Except/Finally all over the place but it works out there.
Jamie