TadxControlType

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

TadxControlType
 
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
Posted 26 Apr, 2007 08:53:58 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
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.

Posted 26 Apr, 2007 09:19:18 Top