Filter löschen
Filter löschen

how catch value in node tree

3 Ansichten (letzte 30 Tage)
Trop Trader
Trop Trader am 15 Feb. 2024
Beantwortet: Voss am 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 ?

Akzeptierte Antwort

Voss
Voss am 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)

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Object Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by