How to make a submit button in WPF? -


when press enter anywhere in html form triggers action, equivalent of pressing submit button. how make window when press enter anywhere trigger event?

set isdefault property on button true enable enter key activate button's action. there iscancel property same thing escape key.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -