0
Reply

Menu Items

Michael

Michael

Dec 8 2005 7:30 AM
1.5k

I'm using Visual Studio 2005, C# 2.0, .NET Framework 2.0

How do you retrieve the index of the current selected menu item?
In 1.0 you could use MenuItem.index, but now this has been superceeded by ToolStripMenuItem and this doesn't have the index property.

I have spent a few days working on this and cannot find a solution, could someone please help?

Thank you