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
ok Thank you.
There's no property for that. You can probably handle the KeyDown event and change Enter to Tab, though.
Hi,
I see on my property is habe TabNavigation : NextSection
You tell me, you don't have the same option for ENTER ?
Hello,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
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.