开发者

Reset Button - Backspace OnClick

开发者 https://www.devze.com 2023-03-14 21:44 出处:网络
I\'ve created a reset button that resets all the data on my search criteria form. I开发者_如何学编程\'ve made it so my Search buttons fires when enter is pressed, but I\'m wondering:

I've created a reset button that resets all the data on my search criteria form. I开发者_如何学编程've made it so my Search buttons fires when enter is pressed, but I'm wondering:

How can I make the RESET button fire when BACKSPACE is pressed?

Thanks!


Take a look at the form's OnKeyPress event: http://msdn.microsoft.com/en-us/library/aa213952%28v=office.11%29.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消