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:
- Click the Microsoft Office Button, and then click Application Options.
- Click Customize, and then select the item you want information about.
- Move the pointer over the item. The dialog box displays the control's idMso value in a ScreenTip, in parentheses.
1 comment:
do you have any idea about Transparency Slider idmso?
I don not find it anywhere?
Post a Comment