Add Items to TadxRibbonComboBox before Drop Down

Add-in Express™ Support Service
That's what is more important than anything else

Add Items to TadxRibbonComboBox before Drop Down
Is it possible to detect when a user moves their mouse over / clicks a ComboBox? 
Andrew Lockwood


Guest


Is it possible to detect when the user moves their mouse over and / or clicks the dropdown arrow on a TadxRibbonComboBox?

I want to add items immediately before the dropdown list is shown.

Thanks.
Posted 16 Feb, 2020 03:03:45 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hello Andrew,

No, this is impossible to achieve. Instead, you need to use a dynamic menu component: set TadxRibbonMenu.Dynamic to true at the design time. At the run time, this will generate the OnCreate event. You handle it to populate the Controls collection.


Andrei Smolin
Add-in Express Team Leader
Posted 17 Feb, 2020 05:04:49 Top