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
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.
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.