摘要:
public class TextBoxExt:TextBox { public TextBoxExt() { //绑定输入框事件 this.Leave += new EventHandler(TextBoxExt_Leave); this.KeyUp += new KeyEventHandler(TextBoxExt_KeyUp); this.DoubleClick += new EventHa... 阅读全文
posted @ 2009-12-28 08:55 闲坐敲棋 阅读(257) 评论(0) 推荐(0)
浙公网安备 33010602011771号