Thursday, July 03, 2008

Q&A: How to find all the idMso for Office applications

Q: Office 2007 comes with a new Ribbon user interface, and all the built-in controls on it have id, these ids are special id called idMso. For example, File Save button's idMso ="FileSave", Developer tab's idMso="TabDeveloper". To customize Ribbon UI, many times you need to know idMso for the built-in controls you want to customize. But how to find what all idMso are for Word, Excel, Access and Outlook?

A: According to Customizing the 2007 Office Fluent Ribbon for Developers (Part 3), here is how:

  1. Click the Microsoft Office Button, and then click Application Options.
  2. Click Customize, and then select the item you want information about.
  3. Move the pointer over the item. The dialog box displays the control's idMso value in a ScreenTip, in parentheses.

1 comment:

Abdul Qadir said...

do you have any idea about Transparency Slider idmso?
I don not find it anywhere?