cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Toolkit : How to find Component name/ID on click of context menu?

MadhaviG
11-Garnet

Toolkit : How to find Component name/ID on click of context menu?

Hello everybody,

 I have configured the shortcut menu for components. Menu gets displayed on right click. Everything is fine till here.

So when assembly is displayed in Tree view, I can right click on one of it's components (asm/part) and execute my function.

 

Problem: I need to find out the name/id of selected component/s on which user "right clicked".

I can see that information in trail file but need to know the function which will provide me required information.

 

Thanks in advance to all those who would share their knowledge,

Madhavi

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

solution: ProSelbufferSelectionsGet

View solution in original post

2 REPLIES 2

has anybody used:

ProUITreeNodesVisit

ProUITreeChildnamesGet

ProUITreeNodeIsSelected ?

 

solution: ProSelbufferSelectionsGet

Top Tags