如何判断是否按下Ctrl键 - C#
摘要:可根据Control.ModifierKeys来判断用户是否按下了组合键。1 if ((Control.ModifierKeys & Keys.Control) == Keys.Control)2 {3 //MessageBox.Show("Ctrl健被按下"); 4 }5 else6...
阅读全文
posted @ 2015-01-30 11:31
posted @ 2015-01-30 11:31
posted @ 2015-01-22 20:08
posted @ 2015-01-21 16:55
posted @ 2015-01-13 18:51