Suppose I have a main menu on my form. after clicking a few menu items
with sub menus, you eventually come across a toolstriptextbox. You
enter an id number and press the enter button. The keypress event of
the toolstriptextbox verifies that enter was pressed, and loads data
onto the form based on the id you entered.
This all works well aside from one problem... the expanded menu, from
the main menu, to the sub menus, to the textbox, are all still on the
screen. How can I make the menu collapse or dissappear?
Thanks,
Mike