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

ContextualMenu.InsertAction

Cambiar al Manual
public void InsertAction (string actionName, Action<EventBase> action, Func<EventBase,StatusFlags> actionStatusCallback, int atIndex);

Parámetros

actionNameName of the item. This name will be displayed in the contextual menu.
actionCallback to execute when the user selects this item in the menu.
actionStatusCallbackCallback to execute to determine the status of the item.
atIndexIndex where the item should be inserted.

Descripción

Add an item that will execute an action in the contextual menu. The item is added at the end of the specified index in the list.