我正在尝试determine whether or not a user left the WPF TextBox using the keyboard or the mouse。
如果我决定监视TextBox的某些按键,我应该注意哪些按键?换种说法(因此出现问题标题):
问题:用户可以使用哪些键离开WPF文本框?
仅仅是Tab,还是要考虑其他键?
最佳答案
别忘了
Shift-Tab
方向键(取决于焦点)
Alt菜单选项组合键
Alt-tab
Windows键
关于c# - 用户可以使用哪些键离开WPF文本框?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/6345191/