How do I access all controls in the R2015b Toolbar Editor?
1 次查看(过去 30 天)
显示 更早的评论
I have a toolbar in my app that now has more than 20 controls - pushbuttons, toggles - on it and the Toolbar Editor only displays the first 10 or so before they "run off the edge." Anyone know how to access the hidden ones, short of opening the Objects Brrowser? Thanks
2 个评论
Sai Sumanth Korthiwada
2023-2-8
Hi Dave, what does "toolbar in my app" mean? is it MATLAB 2015b?
More information about the issue helps us to debug. Thanks.
回答(1 个)
Supraja
2023-4-5
As per my understanding, you want to find your hidden buttons in MATLAB R2015b.Each quick access toolbar button has a label that describes the action it performs. You can show the label for a button by doing a right-click on the toolbar button and selecting 'Show Label'.
You can hide the label by doing a right-click on the button and selecting 'Hide Label'.
Restore the Default Toolbar
The default quick access toolbar contains actions to copy, cut, paste, open the Favorite Commands menu, and access the documentation.
You can restore the toolbar to its default state by doing a right click on in the toolbar and selecting Restore Defaults.
Restoring the default toolbar:
- Removes non-default action buttons, including favorite commands
- Arranges the default buttons to their default order
- Hides button labels
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!