📌  相关文章
📜  如何用很少的代码在 Visual Studio 中抑制 ding 声音 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:37.161000             🧑  作者: Mango

代码示例1
e.SuppressKeyPress = true;
// if it does not work for you try with  e.handled = true;