当鼠标移过按钮时如何使某些内容可见?
如何显示 PropertyGrid 而不是上下文菜单,以便当用户单击其他位置时,它将隐藏(就像上下文菜单一样)?
How do I show a PropertyGrid instead of a context menu, so when the user clicks somewhere else, it will hide (like a context menu)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将注意力的丧失与此操作联系起来。它并不完美(并非会捕获控件外部的所有点击),但每次另一个控件获取焦点时它都会起作用。
如果这还不够好,您可以尝试将该操作连接到其他事件,例如表单的 Click 事件。
You could wire the loss of focus to this action. It's not perfect (not all clicks outside the control will be captured), but it will work every time another control grabs focus.
If this is not good enough, you could try wiring the action to other events, such as the form's Click event.