0

I want to bind a dropdown which is in ribbon.xml file like below, I am not sure how to add items in dropdown. I tried with onAaction event but it is not even firing. any idea how I can proceed with this?

<group id="Family" label="Family Group">
      <dropDown id="drpFamily" label="Family" showImage="false" onAction="BindDropdown"  />
      </group>
user3240560
  • 341
  • 1
  • 2
  • 16

1 Answers1

0

All Fluent UI (aka Ribbon UI) controls are described in depth in the following series of articles:

Also you may find the Extending the User Interface in Outlook 2010 article helpful.

See How to dynamically add items in Ribbon dropdown and Adding items to RibbonDropDown at runtime for more information.

Community
  • 1
  • 1
Eugene Astafiev
  • 26,795
  • 2
  • 13
  • 31