How to hide the right click context menu like Related, Trading and Send To?

How to hide the right click context menu (options like Related, Trade, and "Send To") on Eikon app?

FYI - Application developed in WPF.

Answers

  • I already checked this link. But the problem here is I have to use the Context Service on call back of eikon app channel link. Please let me know if there any otherway to hide it.

    AppHost.ContextService.Subscribe(SubscribeCallback);

  • I'm afraid there is not. As long as you use ContextService, you're stuck with those 3 entries on the right-click menu.