2009-07-10 77 views

回答

15

在文本框的KeyDown事件,可以使用:

if (e.Control && e.KeyCode == Keys.K) { 
    //Your code here 
    }