In the WinForms.Net 2.0 application, I want to create a context menu with ToolStripMenuItem, which has both a label and a text field in the element itself. An example of what I'm talking about can be found in Access - when viewing the Access table in the context menu there are options "Filter By Selection", "Filter Exclusion Selection", and then "Filter For: _ _ _ _ _ _". This third option is essentially a label AND a text box in one element. This is what I can’t figure out how to do this.
I had no problem implementing this with two separate ToolStripMenuItems - one for text and then for a child with only a text box. But this is inconvenient and does not look as good as the implementation in Access.
Can someone point me in the right direction? I have problems with the search, since everything I find seems to be related to context menus in the text field itself.
source
share