Replies: 2 comments
-
Hi, Normally the Execute function in the Ribbon control is only used by the native Ribbon interface IUICommandHandler. If one want to use this method by code, one have knowledge how to do this. regards |
Beta Was this translation helpful? Give feedback.
-
I have looked to the WindowsRibbon code. Here I can see that the only thing the Execute method will do is to fire an ExecuteEvent for the RibbonItem (RibbonButton, etc.). Code example for a RibbonButton with commandId 20. Instance for RibbonButton is called RibbonButton20.
With calling event method "button20Event":
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I used this function to do some "clicking" from sub forms. This worked well (for me).
So, when removed, what is the replacement or different way to have the function?
Thanks
Jens
Beta Was this translation helpful? Give feedback.
All reactions