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.
我正在研究战舰程序,并一直试图找到一种方法来检测我的鼠标点击是在表单上还是在使用 c# wpf 的图片框上。
if (click on form) { do this } else { do this }
如果您转到您正在使用的图片框的属性并选择事件选项卡,则应该有一个“鼠标点击”事件。