The menus are like drop down toolstripmenu item.
By default every menu is made invisible.
I need some sub menus to be visible based
On criteria in database.
How to use for loop to find sub menu toolstripmenu item which need to be visible.
I know to find menu using for loop but Ineed
To check sub menu
For eg
I have company main menu
Under which I have submenu
Create company
I need to make it visible
I know it's name in database as company toolstripmenu.
I need this toolstripmenutem to be visible
This name I can get as a string
How to make this string as control to make it visible.