Serhat
Guest
|
I want to add a control to the office commandbar object I have created.
I want it to be something similar to Word's font or styles dropdown.
I have checked the commandbar combobox class, but it seems way too limited to create those kind of dropdowns.
.Add method only takes two arguments, a string (name) and an integer (index) for adding a new item.
Is there way to have more colorfull dropdowns (like the ones I have mentioned), or am I using the wrong class for it?
Regards,
Serhat. |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi, Serhat.
Unfortunately the Microsoft Office Object model doesn't provide functionality that allows you to add the owner-draw combo boxes. You can only use the standard controls that are defined in the Office.dll assembly. |
|