I am having trouble finding documentation on the RibbonComboBox.
Here are my question
Is there a way to programtically (at run time) fill the RibbonComboBox
with integer values (in Visual Basic)
Is there a way to programtically (at run time) fill the RibbonComboBox
set which index value you want it to be set (in Visual Basic)
is there a way to control its width at runtime
Is there a way to detect a click (as opposed to a change in text)
\
Ant help would be appreciated
The getText callback would let you set the item listed in the textbox
portion of the combobox. However, you have to use <item> tags to set the
contents of the combobox. If you want something you can fill in at runtime
either write your XML for the ribbon on the fly at runtime when
getCustomUI() is called or use a different control such as a dynamicMenu
control.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
>I am having trouble finding documentation on the RibbonComboBox.
>
[quoted text clipped - 11 lines]
> \
> Ant help would be appreciated