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

ContextualMenu.InsertAction

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

参数

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

描述

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