Experimental: this API is experimental and might be changed or removed in the future.

ContextualMenu.AppendAction

切换到手册
public void AppendAction (string actionName, Action<EventBase> action, Func<EventBase,StatusFlags> actionStatusCallback);

参数

actionName项目的名称。此名称将显示在上下文菜单中。
action用户在菜单中选择此项目时要执行的回调。
actionStatusCallback确定项目状态要执行的回调。

描述

在上下文菜单中添加一个将执行操作的项目。项目添加在当前项目列表末尾。