use char in App Designer checkBox
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi is it possible to use a char, like char(9723), for a CheckBox createt with App Designer?
1 Commento
Rik
il 16 Apr 2021
You can probably paste in the symbol you want, or set the String property after you created the object.
Risposte (1)
Monisha Nalluru
il 19 Apr 2021
As an example
app.CheckBox_2.Text = char(9723);
You can also paste the symbol in inspector of app designer for uicheckbox.
0 Commenti
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer 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!