I’m trying to add click event to the menuitems added in the commandbar. But I cannot find how to do this.
Another question: is it possible to add sub menuitem to the menuitems added in the commandbar? and how?
Is anybody know?
Thanks very much!
I’m trying to add click event to the menuitems added in the commandbar. But I cannot find how to do this.
Another question: is it possible to add sub menuitem to the menuitems added in the commandbar? and how?
Is anybody know?
Thanks very much!
H Jing,
To define the list of actions associated with a menuitem, you need to
1 - Select the menuitem instance inside the combo box which is in the top of the properties dialog
2 - Select the “Events” tab
3 - Double click in the Click event.
In the current version, it is not possible to submenus.
BR/Carlos