WPF Search button function
Someone asked on Stack Overflow:
Possible Duplicate:
Windows Phone 7 Search ButtonI think that all Windows Phone mobiles have a search button (phisical or not).
Actually, they have three buttons:
Back button,Windows Logo button,Search button.Is possible to modify the function of this button (as Back button). Something like
OnSearchKeyPress(as event handler).Its possible?
I posted the following answer, which was chosen as the accepted answer and received 2 upvotes:
This is not possible, because that could seriously alter the behavior of the phone. There is a search task you can use, for more info, see this MSDN article on it.
Originally posted on Stack Overflow — 2 upvotes (accepted answer). Licensed under CC BY-SA.