Hey everyone:
I've placed a toolStripTextBox control in a dropdown on a ContextMenuStrip. The textbox allows users to enter a new name for a file or field rename. The idea is that selecting the "Rename" ToolStripMenuItem will flyout the dropdown toolStripTextBox and allow the user to enter a name.
The INTUITIVE action by the user would then be to press ENTER to accept the change, but, alas, this isn't allowed by the control.
How can I signal an accept/validate for the toolStripTextBox, using an Enter?
If this isn't possible, how best do it?
Any ideas will be appreciated.