Hello every one,
I am looking to remove a few controls from the Outlook Ribbon using VS2008 and VSTO 3.0. Using an XML resource file I can remove groups and tabs with the syntax:
[codebox]<group idMso="GroupInsertTables" visible="false"></group>[/codebox]
However
[codebox]<button idMso="PictureInsertFromFile" visible="false"></button>[/codebox]
Does not remove an individual button from a group. My first question, then: Is it possible to remove a single button from a default group? If so, how?
If it is not possible to remove single buttons from default groups, I suppose I could build new custom groups to mimic the behavior of the default groups. How does one control the order of groups on a ribbon?
Thanks for the help,
Rex



