Message 1 of 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to capture a command invoked by a radial menu control in VB.Net e.g.
RadialMenu.WestControl = _Application.CommandManager.ControlDefinitions("AppContextual_CancelCmd")
I tried UserInputEvents.OnActivateCommand and this captures other events OK but does not fire if any of the radial menu controls are clicked.
Does anyone know a way around this problem?
Any help much appreciated.
Roger Mitchell
IV 2014 Prof SP1 VS 2013
Solved! Go to Solution.