Azzera filtri
Azzera filtri

how catch value in node tree

3 visualizzazioni (ultimi 30 giorni)
Trop Trader
Trop Trader il 15 Feb 2024
Risposto: Voss il 15 Feb 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 ?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Graphics Object Programming in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by