Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I reference the menu item I added at run-time?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Menus
Divers
Thread ID:
00980910
Message ID:
00980949
Vues:
48
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform