appdesigner button group problem
显示 更早的评论
I have a radio button and I want to set its 'Enable' property as 'off' in a specified situation, but Matlab report error as:
No appropriate method, property, or field 'Enable' for class 'matlab.ui.container.ButtonGroup'.
this feature should be available in others such as drop down list, etc.
is there any mistake with my operation?
Bests,
Yu
1 个评论
Eric Sargent
2020-12-9
As of R2020b ButtonGroup and Panel both support Enable when the button group or panel is parented to a uifigure.
采纳的回答
更多回答(1 个)
Eric Sargent
2020-12-9
0 个投票
As of R2020b ButtonGroup and Panel both support Enable when the button group or panel is parented to a uifigure.
类别
在 帮助中心 和 File Exchange 中查找有关 App Building 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!