UltraCombo's have a behaviour which seems a bit odd to me, which I'd like to turn off.
Basically, if the user hits the "DropDown" button on the combo, to display the list, and then uses the arrows to select a line/option, and then hits escape (as he or she changed his/her mind), it still selects the currently highlighted option. This doesnt seem right at all to me.
I'd like the escape (or if the user hits the dropdown button to close thet dropdown list) action to cancel it all together - revert back to the original value as if nothing had happened.
How do I do this?
OK - thanks. I was hoping there would be some standard functionality in the controls for this (it seems like a fairly common thing to me), but now that I know there isnt, I've found a way around it.
This is the standard behavior of ComboBoxes in Windows. The same thing happens with the InBox ComboBox.
There's no way to turn this off as far as I know. I suppose you could store the original value when the control drops down and then revert it when Esc is pressed in code.