Adds Recipe Navigator context menu items to the dictionary.

Namespace: Ico.Recipe.Navigator
Assembly: IcoRecipeNavigator (in IcoRecipeNavigator.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public override Dictionary<string, ContextMenuTemplateModel> GetAllContextMenuItems()
Visual Basic
Public Overrides Function GetAllContextMenuItems As Dictionary(Of String, ContextMenuTemplateModel)
JScript
public override function GetAllContextMenuItems() : Dictionary<String, ContextMenuTemplateModel>

Implements

IHasContextMenuConfigGetAllContextMenuItems()()()()

See Also