mas7004
02-26-2004, 12:49 PM
Hi,
I am using a context menu and creating it during run time. I want to check if an individual menu item is selected. For exmaple:
if menuItem1.Selected = true then
...........
end if
There doesn't seem to be a property for this. Any suggestions how I can do this? My menu items are constantly changing during runtime, based on user interaction and thus are variable names (menuItem1, menuItem2...). Thus I can't create specific events for each one in my code.
Thanks, Matt
I am using a context menu and creating it during run time. I want to check if an individual menu item is selected. For exmaple:
if menuItem1.Selected = true then
...........
end if
There doesn't seem to be a property for this. Any suggestions how I can do this? My menu items are constantly changing during runtime, based on user interaction and thus are variable names (menuItem1, menuItem2...). Thus I can't create specific events for each one in my code.
Thanks, Matt