c# winforms
How to execute some code if ToolStripTextBox is finished entering text and pressed by EnterKey on keyboard?
Thanks in advance.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
EhteshamPosted May 23, 2012, 4:54 AM
KeyDown event can be used to check what was the key input for which the event has fired
MementoPosted May 23, 2012, 5:06 AM
KeyDown event helped.