Interpret enter as tab WPF

Posted by ArsenMkrt on Stack Overflow See other posts from Stack Overflow or by ArsenMkrt
Published on 2009-05-16T03:27:35Z Indexed on 2010/04/29 21:07 UTC
Read the original article Hit count: 338

Filed under:

Hi, I want to interpret Enter key as Tab key in whole my WPF application, that is, everywhere in my application when user press Enter I want to focus the next focusable control,except when button is focused. Is there any way to do that in application life circle? Can anyone give me an example?
Thanks a lot!

© Stack Overflow or respective owner

Related posts about wpf