2011年4月18日
摘要: KeyDown事件:private void TextBox_KeyDown(object sender, System.Windows.Input.KeyEventArgs e) { TextBox txt = sender as TextBox; //屏蔽非法按键 if ((e.Key >= Key.NumPad... 阅读全文
posted @ 2011-04-18 14:59 WPF之家 阅读(411) 评论(0) 推荐(0)