Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在设计一个 WPF 用户控件,文本框下有一个文本框和一个弹出窗口。我想单击文本框,然后显示弹出窗口。如果我在文本框外单击,弹出窗口将关闭。
现在的问题是如果我在用户控件区域之外单击,如何使文本框失焦?有没有更好的方法来设计这个控件?谢谢。
单击内部时,您应该显示弹出窗口,并在单击非用户时尝试使用链接中的解决方案将其关闭是否有在 c# Windows Form 应用程序中的文本框外单击鼠标时触发的事件处理程序?