D
David Thielen
Hi;
I have an event handler that brings up a dialog box. I have set that event
handler as the CommandMenu.Click event for an item on my main menu, an item
on my toolbar, and an item on the "Text" RMB menu.
When any of those is clicked, it is brought up 3 times. I have done a
seperate new Delegate(...) for the main menu and toolbar. And for the RMB I
did not even do a Click += assignment - yet it still comes up.
All three places are different CommandBarControl/CommandBarButton objects.
But all 3 do have the same tag. Is it the same tag? And in that case, should
I do different tags for each or make use of this?
I have an event handler that brings up a dialog box. I have set that event
handler as the CommandMenu.Click event for an item on my main menu, an item
on my toolbar, and an item on the "Text" RMB menu.
When any of those is clicked, it is brought up 3 times. I have done a
seperate new Delegate(...) for the main menu and toolbar. And for the RMB I
did not even do a Click += assignment - yet it still comes up.
All three places are different CommandBarControl/CommandBarButton objects.
But all 3 do have the same tag. Is it the same tag? And in that case, should
I do different tags for each or make use of this?