I am working on Access Control List in which I have to show/hide Menu Items based on assigned roles. I have referreed every menu Item via TAG. Now I have an array stored all TAG names.
Is it possible I just loop thru Array of Tag names and just refer Menu Item control by Tag or name without looping thru all menuStrip Items and compare current control and make it visible?
Thanks