Borrar filtros
Borrar filtros

how catch value in node tree

3 visualizaciones (últimos 30 días)
Trop Trader
Trop Trader el 15 de Feb. de 2024
Respondida: Voss el 15 de Feb. de 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 ?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Graphics Object Programming en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by