S
Stumple
I am trying to change the onAction of a microsoft button inside the TabHome
GroupClipboard ribbon for Cut, Copy, and Paste. Does anyone know where a
reference is for the XML Microsoft has for their ribbon so that I can
override it?
This is what I have and it is not calling my onAction event. I have this
inside a larger file which contains my ribbon I have defined.
<tab idMso="TabHome">
<group idMso="GroupClipboard">
<button idMso="Cut" enabled="false" label="MyCut"
onAction="DoMyCut"
/>
<button idMso="Copy"/>
<button idMso="Paste"/>
</group>
</tab>
GroupClipboard ribbon for Cut, Copy, and Paste. Does anyone know where a
reference is for the XML Microsoft has for their ribbon so that I can
override it?
This is what I have and it is not calling my onAction event. I have this
inside a larger file which contains my ribbon I have defined.
<tab idMso="TabHome">
<group idMso="GroupClipboard">
<button idMso="Cut" enabled="false" label="MyCut"
onAction="DoMyCut"
/>
<button idMso="Copy"/>
<button idMso="Paste"/>
</group>
</tab>