Ctrl+X =Shift+Delete
Ctrl+C =Ctrl+Insert
Ctrl+V =Shift+Insert
所以屏蔽复制功能时只考虑屏蔽鼠标和Ctrl+C 是不够的,这样if(e.Control && e.KeyCode==Keys.C)