Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.