which tree node fires a context menu

I have a specific question about the context menu for uitree. It seems that there is no way to identify within the ContextMenuOpening or ContextMenuSelected callbacks which specific tree node fires this call. The two callbacks only accepts app and event as input. There isn't a source variable that is allowed. However, Source is also a field of event struct, but this event.Source points to the context menu, not the source that fires it.
any solution?

1 commentaire

Steven Nittel
Steven Nittel le 27 Juin 2021
You can add a dedicated context menu to each tree node and give it a Tag and/or UserData.
The event source will contain the Tag as well as the UserData.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Centre d'aide et File Exchange

Produits

Version

R2020b

Question posée :

le 22 Mar 2021

Commenté :

le 27 Juin 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by