c#如何esc退出Form

private void Form1_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Escape) { this.Close(); } } 記得把 Forn的 keyPreview 設
相關文章
相關標籤/搜索