Press enter in textbox to and execute button command

前端 未结 10 790
时光取名叫无心
时光取名叫无心 2021-01-30 13:40

I want to execute the code behind my Search Button by pressing Enter. I have the Accept Button property to my search button. However, when i place my button as NOT vi

10条回答
  •  半阙折子戏
    2021-01-30 14:11

    Since everybody covered the KeyDown answers, how about using the IsDefault on the button?

    You can read this tip for a quick howto and what it does: http://www.codeproject.com/Tips/665886/Button-Tip-IsDefault-IsCancel-and-other-usability

    Here's an example from the article linked:

提交回复
热议问题