Hi, I'm trying to figure out how to tell if a menu item from the menubar is checked or not. I looked through the tutorials and did a forum search but can't seem to find the answer. Is there a way to test it in menubar1_action?
EDIT: Ok I answered my own question, I can do it With MenuBar1_SelectedChange (Selected As Boolean)
Though I still want to select it and unselect it programmatically. I read you need to add the menuitems to a map but I still don't know how to access the menuitem methods or properties. I hope someone can give me some insight.
EDIT: Ok I answered my own question, I can do it With MenuBar1_SelectedChange (Selected As Boolean)
Though I still want to select it and unselect it programmatically. I read you need to add the menuitems to a map but I still don't know how to access the menuitem methods or properties. I hope someone can give me some insight.
Last edited: