Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In the post,
https://forums.autodesk.com/t5/api-and-scripts/adddropdown-control-to-toolbarpanel/td-p/7143357
I was working out how to add a drop down menu to a toolbar. It turns out the addDropDown function is the way to go.
But there are other menus where one needs to use the addListDefinition and the ListControlDefinition object to create a drop down. @marshaltu has added some code to the AddInSample to demonstrate the uses of these objects. This post is to help focus searches for these terms on this solution.
Solved! Go to Solution.