Share via


ProjectNode.addContextMenuItems Method

Adds a list of items to the shortcut menu of the project node.

Syntax

protected str addContextMenuItems()

Run On

Called

Return Value

Type: str
A comma-separated list of the menu items to be added.

Remarks

Override this method to add a list of items to the shortcut menu of the project node.

When one of the added menu items is selected by a user, the handleContextMenuItem method is called. Override this method to perform the appropriate action.

See Also

ProjectNode Class

ProjectNode.handleContextMenuItem Method