摘要:
private void dialogAdvancedSearch_MouseUp(object sender, MouseEventArgs e) { if (!this.txtProductCity.ClientRectangle.Contains(e.Location) && !this.listView1.ClientRectangle.Contains(e.Location))//判断鼠标坐标是否在这个控件的范围内 this.listView1.Visible = false;//你想做的事 } 阅读全文
posted @ 2013-08-23 20:23
青田
阅读(774)
评论(0)
推荐(0)

浙公网安备 33010602011771号