I have a textbox menu item in a submenu that isn't triggering events after the user enters a value and either clicks on the TAB or Enter key. The Validating event isn't being called.
I have the "causesValidation" property set and AcceptsTab set to False and AcceptsReturn set to False.
How do I get the validation event to trigger when the user clicks on Tab or the Enter key from this textbox?
Thanks!