There are a variable to automatic exiteditmode for UltraCurrencyEditor when the user press enter ?
Now I adding
Private
Sub unePaletteNombre_KeyDown(sender As Object, e As System.Windows.Forms.KeyEventArgs) Handles unePaletteNombre.KeyDown
If e.KeyCode = Keys.Enter Then
ucePrixTransport.Editor.ExitEditMode(
False, True)
End If
End Sub
Hello,
Could you please review the sample attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.
Hi Boris,
Thank you is work fine.
it's possible to apply this by default ?
Because, I don't wont to add this code each time when I'm seleted this tool.
I do not think that you would have to add this code each time. It is good enough to call it once for every 'UltraCurrencyEditor' instance.
Please feel free to let me know if I misunderstood you or if you have any other questions.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Hi,
I see on my property is habe TabNavigation : NextSection
You tell me, you don't have the same option for ENTER ?
ok Thank you.
There's no property for that. You can probably handle the KeyDown event and change Enter to Tab, though.