Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I determine Access Levels for menu items
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
How do I determine Access Levels for menu items
Divers
Thread ID:
01238267
Message ID:
01238267
Vues:
52
Hi,

FWIW, I noticed that this
		private void FilePad_DropDownOpening(object sender, EventArgs e)
		{
            this.FileLocalizeSetupBar.Visible = mmAppBase.Localize;
		}
(and the following ListPad handler) in the sample app main form causes the menu item to be displayed even if it's access level dicates that it should not be shown. But I haven't discovered how I can modify it by programatically checking the menuitem's access level....

TIA,
Viv
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform