日期:2014-05-17 浏览次数:20860 次
private void ListBox_DoubleClick(object sender, EventArgs e) { MessageBox.Show(ListBox.GetChildAtPoint(ListBox.PointToClient(Control.MousePosition)).Text); }