Effacer les filtres
Effacer les filtres

how catch value in node tree

3 vues (au cours des 30 derniers jours)
Trop Trader
Trop Trader le 15 Fév 2024
Réponse apportée : Voss le 15 Fév 2024
K>> app.DrawMainNode_2.Children(1)
ans =
TreeNode (Nozionale) with properties:
Text: 'Nozionale'
Icon: ''
NodeData: []
Show all properties
How can I capture the checkbox value ?

Réponse acceptée

Voss
Voss le 15 Fév 2024
You have to see whether the node is included in the tree's CheckedNodes.
ismember(app.NozionaleNode_2, app.Tree_2.CheckedNodes)

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Object Programming dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by