Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

add to right click menu

Is it possible to add buttons to the right click menu below?


Comments

  • Did you found a solution scottMHA?
  • Did you found a solution scottMHA?
    Unfortunately not so far, still on the hunt as and when time allows.
  • Johannes Weiman
    edited April 2019
    Use
    CommandBarContextPopup ctxPopup = UIEnvironment.GetContextMenu(typeof(Part));
    to access the menu.
    Post edited by Johannes Weiman on
    Johannes Weiman
    Software Engineer
    RobotStudio Team, ABB Robotics
  • Use
    CommandBarContextPopup ctxPopup = UIEnvironment.GetContextMenu(typeof(Part));
    to access the menu.
    Thank you for the answer. Now that I found some time to try this I failed :)

    VS doesn't know Part in context of the typeof expression. Do you have a short simple example how I can add buttons with my custom code to different menues?

    My goal is to add a button to the menues of paths, robtargets and workobjects. If you could show me an example of one of them I would really thank you for that.