adding new tab to visual studio office ribbon
Review Request #3100 — Created May 10, 2012 and discarded
This code add a ribbon to office outlook 2010
<tab id="MyTab" label="AmdocsTool" getVisible="MyTab_GetVisible">
<group id="ContentGroup" label="Content">
<button id="textButton" label="Apply for leave"
screentip="Text" onAction="OnTextButton"
supertip="Inserts text at the cursor location."/>
<button id="tableButton" label="Cancel Leave"
screentip="Table" onAction="OnTableButton"
supertip="Inserts a table at the cursor location."/>
</group>
</tab>
<tab idMso="TabMail">
<group id="ContentGroup1" label="Content">
<button id="textButton1" label="Apply for leave"
screentip="Text" onAction="OnTextButton1"
supertip="Inserts text at the cursor location."/>
<button id="tableButton1" label="Cancel Leave"
screentip="Table" onAction="OnTableButton1"
supertip="Inserts a table at the cursor location."/>
</group>