Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Documentation: List of all callback functions for Office Ribbon controls

I am customizing the Office Ribbon in Outlook 2010 but this question probably applies to all Office apps:

I've seen many websites so far that have instructions for setting the text of an editBox using a callback function, or setting the values of a comboBox using a callback function, but no 'universal' reference that has a definitive list of all callback functions with the arguments that .Net will expect to pass to each one. Where is it?!

TIA, Dave

like image 950
Trindaz Avatar asked Dec 02 '10 16:12

Trindaz


1 Answers

Hooray! Looky what I just found!

http://msdn.microsoft.com/en-us/library/ee691833.aspx#odc_Office2010Introduction2OutSpaceUI_DescriptionsAttributesChildInformation

like image 80
Nick Spreitzer Avatar answered Sep 21 '22 20:09

Nick Spreitzer