Hello,

I have a contextMenuStri p in my application and I would like to get a list of all items I have in it.
So I tried to use the property : this.contextMen uStrip.Items.

It's working fine, except that it's only returning me the list of menus (level 0) and neither the submenus (level 1) nor the subsubmenus (level 2)...

How could I do that? :)