anyway to call checkbox in appdesigner programmatically?
Mostra commenti meno recenti
Hi:
is there anyway to call checkbox in appdesigner programmatically?
Thanks!
Yu
2 Commenti
Lewis Maina
il 27 Mar 2020
yes , below is a section of my code which unticks ShowMultiplicationDivisionOptionsCheckBox.Value programmatically.
hope this helps you
function ShowAdvancedOptionsCheckBoxValueChanged(app, event)
value = app.ShowAdvancedOptionsCheckBox.Value;
switch value
case 0
case 1
app.ShowMultiplicationDivisionOptionsCheckBox.Value = false;
end
Fabian Schnurre
il 3 Dic 2023
How does this work on a tree checkbox? there are no values for nodes
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Develop Apps Using App Designer in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!