你如何绑定Enter和Esc键确定,分别在WPF对话框中取消按钮? [英] How do you bind Enter and Esc keys to OK and Cancel buttons respectively in a WPF dialog?

查看:1015
本文介绍了你如何绑定Enter和Esc键确定,分别在WPF对话框中取消按钮?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的WPF应用程序使用带有确定和取消按钮的对话框。我想绑定Enter键到OK按钮,Esc键取消按钮。好像它应该是一个简单的事情。

My WPF app uses a dialog with Ok and Cancel buttons. I would like to bind the Enter key to the Ok button and the Esc key to the Cancel button. Seems like it should be a simple thing to do.

推荐答案

尝试将 ISDEFAULT 属性确定按钮为true,而 IsCancel 财产上的取消按钮为true。

Try setting the IsDefault property on the ok button to true, and the IsCancel property on the cancel button to true.

这篇关于你如何绑定Enter和Esc键确定,分别在WPF对话框中取消按钮?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆