Menu Item
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
can I reference the name property of a menu item. I cannot find it anywhere Gregory J Lynch Hack
-
can I reference the name property of a menu item. I cannot find it anywhere Gregory J Lynch Hack
Hi Gregory. Well, you could use MenuItem.Text for the menu item caption, or you could use MenuItem.MenuID for the item's Windows identifier...