DoCommand Method (command, itemIndex, adaptor)

Call to manually perform command.
public bool DoCommand(
	GUIContent command,
	int itemIndex,
	IReorderableListAdaptor adaptor
)

Parameters

command (GUIContent)
Content representing command.
itemIndex (Int32)
Zero-based index of item which was right-clicked.
adaptor (IReorderableListAdaptor)
Reorderable list adaptor.

Return Value

A value of true if command was known; otherwise false.

Remarks

Warning message is logged to console if attempted to execute unknown command.