Parent submenu of a ToolStripMenuItem

  • Thread starter Thread starter Joe Woodbury
  • Start date Start date
J

Joe Woodbury

Sorry for posting a question on .NET 2.0, but I'm working on it so we
can get some demo's together.

Given a ToolStripMenuItem in a submenu, how do I determine what the
parent ToolStripMenuItem is (without going back to the top level
container, which is returned by both the Owner and Parent properties.)
I'm probably missing the obvious.
 
Back
Top