P
Pawel Janik
Hello.
I'm currently writting a few dialogs, and stopped on canceling user choice.
Lets say, that i have ComboBox (working as a DropDownList). How to cancel
user selection, when his choice is invalid?
I'll try to use Validating event, and set Cancel property of CancelEventArgs
event argument, but after this action other controlls stops working
correctly....
regards,
Pawel Janik
I'm currently writting a few dialogs, and stopped on canceling user choice.
Lets say, that i have ComboBox (working as a DropDownList). How to cancel
user selection, when his choice is invalid?
I'll try to use Validating event, and set Cancel property of CancelEventArgs
event argument, but after this action other controlls stops working
correctly....
regards,
Pawel Janik