Add Custom action as part of the Action dropdown (AEF)

走远了吗. 提交于 2020-01-07 03:49:05

问题


I would know how to add an Action button but did not manage to identify how to add this under the Actions menu. It is being added as a separate link button and not as part of the actions sub-menu. How can you achieve this please?


回答1:


This post should help with your answer: Adding Custom Action to "Actions" Drop Down in Extension

You can add it by using AddMenuAction on your parent button (action in this example):

MyGraph.action.AddMenuAction(myCustomAction);


来源:https://stackoverflow.com/questions/44768465/add-custom-action-as-part-of-the-action-dropdown-aef

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!