Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2490
ExitEditMode
posted

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

Parents Reply Children