Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
I need help in outlook add in. i have added a ribbon.xml page and added the combo box in that.
    "<comboBox id="cmb" onChange="change" getLabel="Data"/>"
Now i need to add items in that during run time. i thought i will add in Ribbon_load but i could not get the control there.
          
        public void Ribbon_Load(Office.IRibbonUI ribbonUI)
                {
                    this.ribbon = ribbonUI;
                       
                 }
 here i am not getting the control "cmb". is there any other way to get the control.


What I have tried:

i tried to add Globals.Ribbon. but could not got the control.
Posted
Updated 15-Feb-16 20:10pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900