add to right click menu

scottMHA
Luton, United Kingdom ✭
Is it possible to add buttons to the right click menu below?


Tagged:
Comments
-
Did you found a solution scottMHA?
-
SierraWhiskeyHotel said:Did you found a solution scottMHA?
-
Use
CommandBarContextPopup ctxPopup = UIEnvironment.GetContextMenu(typeof(Part));
to access the menu.
Post edited by Johannes Weiman onJohannes Weiman
Software Engineer
RobotStudio Team, ABB Robotics -
Johannes Weiman said: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 failedVS 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.