Andrei Jugovic
Posts: 59
Joined: 2007-02-08
|
Hi,
As for the RibbonMenu I am now working on adding some controls to a CommandBar at run time. There for I need the definition of TadxControlType. I tried ctButton or actButton and so on (linke rctButton for a RibbonMenu), but this did not work out...
Andrei |
|
Dmitry Kostochko
Add-in Express team
Posts: 2880
Joined: 2004-04-05
|
Hi Andrei,
Please see the definition of the TadxControlType type below:
type
TadxControlType = (adxButton, adxEdit, adxDropdown, adxComboBox, adxPopup,
adxControl, adxAdvancedControl);
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
|
|