G
Guest
Hi,
I use the same routine to handle the click event of any MenuItem
I want to get the name of the selected menu before do something...
Select Case CType(sender, MenuItem).Name
Case "A"
........
Case "B"
........
End Select
Where is the MenuItem.Name property ???
Many thanks
NQ
I use the same routine to handle the click event of any MenuItem
I want to get the name of the selected menu before do something...
Select Case CType(sender, MenuItem).Name
Case "A"
........
Case "B"
........
End Select
Where is the MenuItem.Name property ???
Many thanks
NQ