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
Post a Comment