MarkK
bit cruncher
- Local time
- Yesterday, 22:40
- Joined
- Mar 17, 2004
- Messages
- 8,364
Typically in the past, when creating custom right-click popup menus, I've used the CommandBarButton.OnAction property to define the name of a callback for that button to run. Recently, however, I noticed that a CommandBarButton raises a click event.
This database demonstrates a pattern you can use to open a shortcut popup menu in an object, and handle that menu's button clicks in that same object, without callbacks.
Check it out...
This database demonstrates a pattern you can use to open a shortcut popup menu in an object, and handle that menu's button clicks in that same object, without callbacks.
Check it out...