标签:winform style class blog code tar
keys是按键的枚举类型
private void txtPropertyValue_KeyPress(object sender, KeyPressEventArgs e) { if ((Keys)e.KeyChar == Keys.Enter) { Save(); } }
.NET winform 的keypress事件中判断当用户按下的是哪个键,布布扣,bubuko.com
.NET winform 的keypress事件中判断当用户按下的是哪个键
标签:winform style class blog code tar
原文地址:http://www.cnblogs.com/wupeihong/p/3785357.html