N
NAVMED
I'm showing a Modal dialog using ShowDialog(). I need the "OK" button on the
top right to be the Cancel button. It's counter-intuitive to have to click
"Ok" when you want to Cancel. How can I change the "Ok" button to "X"?
I know that I can use Show() instead of ShowDialog(), which will show the
"X" button, but the dialog is no longer modal and the behaviour is very
different from what I want. I cannot use the soft menus at the bottom either,
as they're already used.
top right to be the Cancel button. It's counter-intuitive to have to click
"Ok" when you want to Cancel. How can I change the "Ok" button to "X"?
I know that I can use Show() instead of ShowDialog(), which will show the
"X" button, but the dialog is no longer modal and the behaviour is very
different from what I want. I cannot use the soft menus at the bottom either,
as they're already used.