I have application that is using IDesignerHost so my users can design dashboards at runtime. I got the IDesignerHost and INameCreationService, ISelectionService and IUIService services implemented and working but I cannot get IMenuCommandService implemented besides 'Delete'. I have found examples but it looks like they are all for component integration in the IDE. Does anybody know of some examples for my scenario
Regards,