Message 1 of 1
How can I create a ribbon tabs with panel and button permanently display?

Not applicable
06-27-2016
12:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
Recently, I am programming with inventor. My question is how can I create a ribbon tabs with panel and button permanently display just like inventor's standard Tools or Get Started Tabs which can be displayed in every ribbon environment?It seems like I have to create tab by using UserInterfaceManager.Ribbons[ribbonName].So in this way I have to associate tab with a ribbon environment.when ribbon environment changes ,my tab will disappeared.