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? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

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