Cannot get the parent of the menu Item
I have a toolstripMenuItem with many children underneath.
When I am clicking on the mnuchild i would like to get the name of the parent menu.
I have tried everything But i cannot find anything that brings the result.
I was expecting
mnuchild.Parent but there is not such a property/method.
any ideas?
thanks a lot
vbjunkie

