Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When a change is selected in a split button, is there a way to change or modify the main control to show which one was selected? For example, if I choose Option 1 as the option is there a way to change Model to something like Model Option 1 or somehow show the option that was selected? I am just curious on how to show the user what has been selected. Any help would be greatly appreciated. Or if there is a better option let me know!
Dim secondPanel As RibbonPanel = newStandardRibbonTab.RibbonPanels.Add("Highlight Filter", "id_xSecondPanel_" & targetRibbon.InternalName, g_addInClientID)
Dim oDefs As ObjectCollection
oDefs = g_inventorApplication.TransientObjects.CreateObjectCollection
oDefs.Add(m_Option1)
oDefs.Add(m_Option2)
secondPanel.CommandControls.AddSplitButton(m_TestDropdown, oDefs, True)
I want it to work like this.
Tiffany Hayden
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Solved! Go to Solution.