N
NickP
Hi there,
I have a shared office addin that adds a button to the commandbars in
several applications. The button *should* appear underneath "Save As..." in
the file menu. It appears fine in any version of Office < 2007, but in 2007
the button appears in a separate Add-Ins ribbon.
Presumably I need to use IRibbonControl to be able to get my icon to
appear in the correct location? If not, I do not mind it appearing in the
Add-Ins Ribbon but will need to change a few things,
a) The name of the ribbon from "Menu Commands"
b) The style of the button so that it is a large button with icon at
the top, and caption below
Unfortunately I cannot seem to find any way of doing (a), and if I do
(b) by setting the style of the button to
::Office::msoButtonIconAndCaptionBelow, it has no effect.
Many thanks for your time and help.
Nick.
I have a shared office addin that adds a button to the commandbars in
several applications. The button *should* appear underneath "Save As..." in
the file menu. It appears fine in any version of Office < 2007, but in 2007
the button appears in a separate Add-Ins ribbon.
Presumably I need to use IRibbonControl to be able to get my icon to
appear in the correct location? If not, I do not mind it appearing in the
Add-Ins Ribbon but will need to change a few things,
a) The name of the ribbon from "Menu Commands"
b) The style of the button so that it is a large button with icon at
the top, and caption below
Unfortunately I cannot seem to find any way of doing (a), and if I do
(b) by setting the style of the button to
::Office::msoButtonIconAndCaptionBelow, it has no effect.
Many thanks for your time and help.
Nick.