Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I reference the menu item I added at run-time?
Message
General information
Forum:
ASP.NET
Category:
Menus
Miscellaneous
Thread ID:
00980910
Message ID:
00980949
Views:
49
>It was pretty easy to loop through the added menu items:
>
>foreach(System.Windows.Forms.MenuItem  oMI in this.myMenuItem.MenuItems)
>{
>	oMI.Checked = false;
>}
>
>
>I still have not figured out how to reference a specific menu item, out of the menu items I added at run-time. Any help would be appreciated.
>

Did you try:

this.myMenuItem.MenuItems("Einar_0")

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform