use char in App Designer checkBox
조회 수: 6(최근 30일)
표시 이전 댓글
Hi is it possible to use a char, like char(9723), for a CheckBox createt with App Designer?

댓글 수: 1
Rik
2021년 4월 16일
You can probably paste in the symbol you want, or set the String property after you created the object.
답변(1개)
Monisha Nalluru
2021년 4월 19일
As an example
app.CheckBox_2.Text = char(9723);
You can also paste the symbol in inspector of app designer for uicheckbox.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!