Dropdown Menu with check marks
Afficher commentaires plus anciens
Is there a way to make a dropdown menu (using guide), where each of the options in the dropdown menu can also act as checkboxes?
Réponse acceptée
Plus de réponses (1)
ryan
le 30 Mai 2013
0 votes
2 commentaires
Walter Roberson
le 30 Mai 2013
a = '<HTML><body bgcolor="red">red choice';
b = '<HTML><body bgcolor="green">green choice';
c = '<HTML><body bgcolor="#C4098A">C4098A choice';
test = uicontrol('style','pop', 'string', {a;b;c})
ryan
le 30 Mai 2013
Catégories
En savoir plus sur Simulink Environment Customization dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!