I had a observation from our client that the click on the toolbar does not "validate" the text in the toolbar's textboxes.
See bellow an example:
Is it possible to detect the mouse click on the toolbar, in order to validate (simulate a lostfocus) the textbox?
Are you using TextBoxTools. If they are, the BeforeToolExitEditMode and AfterToolExitEditMode events should fire when the drop down closes. You can validate the value in one of those events.
Mike Dour"] Are you using TextBoxTools. If they are, the BeforeToolExitEditMode and AfterToolExitEditMode events should fire when the drop down closes. You can validate the value in one of those events.
Hi!
I don't understand what TextBoxTools should I use.
Also, It should not depend of dropDown, because the same behavior should be kept even if the toolbar is entirely displayed. A click on a "epmty" toolbar space should validate the textBox.
By the way, we will suppose the textBox as a standard windows textbox.