G
Guillermo Jimenez
Hi....!!!
Please help me with this problem... I need change the properties of a ribbon
created in VSTO 2005 SE for Word and Excel in code C# (code behind) for
example the visible property in the button of the ribbon. Next the code of
the XML file of the ribbon.
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
onLoad="OnLoad">
<ribbon>
<tabs>
<tab id="Intelecto.CRM.Tab" label="CRM">
<group id="ReportsGroup" label="Reports">
<button id="txbtnOportunity"
size="large"
label="Oportunity"
onAction="OnTbxbtnOportunity"
screentip="Oportunity"
supertip="Consultar las oportunidades por vendedor."
imageMso="SharePointListsWorkOffline" />
</group>
</tab>
</tabs>
</ribbon>
</customUI>
In additon i need disbled the save botton, print botton, print preview
botton located in the office botton of Word and Excel 2007.
Please its collaboration with the code of this two case.
Thks.
Please help me with this problem... I need change the properties of a ribbon
created in VSTO 2005 SE for Word and Excel in code C# (code behind) for
example the visible property in the button of the ribbon. Next the code of
the XML file of the ribbon.
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
onLoad="OnLoad">
<ribbon>
<tabs>
<tab id="Intelecto.CRM.Tab" label="CRM">
<group id="ReportsGroup" label="Reports">
<button id="txbtnOportunity"
size="large"
label="Oportunity"
onAction="OnTbxbtnOportunity"
screentip="Oportunity"
supertip="Consultar las oportunidades por vendedor."
imageMso="SharePointListsWorkOffline" />
</group>
</tab>
</tabs>
</ribbon>
</customUI>
In additon i need disbled the save botton, print botton, print preview
botton located in the office botton of Word and Excel 2007.
Please its collaboration with the code of this two case.
Thks.