组合框 (DDL) 的 Killfocus
您好,我在事件窗格中找不到它/它真的存在吗?我怎样才能添加它?
Hi I cannot find it in the event pane/ Is it actually there? How can I add it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
您好,我在事件窗格中找不到它/它真的存在吗?我怎样才能添加它?
Hi I cannot find it in the event pane/ Is it actually there? How can I add it?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
你的问题太粗鲁了。
您可能正在寻找
Blur
或LostFocus
。Your question is much too vauge.
You're probably looking for
Blur
orLostFocus
.只需将注意力集中在其他控件上或选择一个隐藏字段,然后
控件名称.Focus();
它将使焦点偏离组合框。
Just get focus on other control or take a hidden field and then
controlName.Focus();
It will deviate focus from combo box.