C#:按ESC就退出

設置窗體屬性KeyPreview=True。 private void Form1_KeyUp(object sender, KeyEventArgs e) { if (e.KeyData == Keys.Escape)Application.Exit(); } 來自:http://zhidao.baidu.com/question/17393332.html 轉載於:https://www.
相關文章
相關標籤/搜索