2018年11月22日

winform listbox增加鼠标双击事件

摘要: 在Form.Designer.cs文件中对于listBox处理: listBox.MouseDoubleClick += new system。Windows.Forms.MouseEventHandler(listBox1_MouseDoubleClick); 在Form.cs代码文件中增加函数: 阅读全文

posted @ 2018-11-22 12:16 MongoLiu 阅读(365) 评论(0) 推荐(0)

导航