WPF 窗口类中 AcceptButton 属性的类似物?
Windows 窗体的 Form 类具有 AcceptButton 属性,允许在用户按 Enter 键。 WPF 的窗口类是否具有类似的功能?
The Form class of windows forms has the AcceptButton property, which allows certain button to be clicked when a user press Enter. Does the Window class of WPF has similar feature?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是按钮上的 IsDefault 属性:
It's the IsDefault property on the Button: