//Keypress: private void myControl_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar == (char)Keys.a) { // call method? } } //Keydown ...
確定! 回上一頁