Table of Contents

Class ContextMenuDefinitions

Namespace
Loehnert.Lisrt.Scripting.Project
Assembly
Loehnert.Lisrt.Scripting.dll

Project item context menu definitions.

public static class ContextMenuDefinitions
Inheritance
ContextMenuDefinitions
Inherited Members

Properties

AddExistingFolder

Gets the add existing folder menu item for the ContextMenu.

[Export]
public static MenuItemDefinition AddExistingFolder { get; }

Property Value

MenuItemDefinition

AddExistingProjectItem

Gets or sets the add existing menu item for the ContextMenu.

[Export]
public static MenuItemDefinition AddExistingProjectItem { get; set; }

Property Value

MenuItemDefinition

AddProjectItem

Gets or sets the add menu item for the ContextMenu.

[Export]
public static MenuItemDefinition AddProjectItem { get; set; }

Property Value

MenuItemDefinition

AddReferenceProjectItem

Gets or sets the add reference menu item for the ContextMenu.

[Export]
public static MenuItemDefinition AddReferenceProjectItem { get; set; }

Property Value

MenuItemDefinition

ContextMenu

Gets or sets the context menu for a project item.

[Export]
public static MenuDefinition ContextMenu { get; set; }

Property Value

MenuDefinition

DeleteProjectItem

Gets or sets the delete menu item for the ContextMenu.

[Export]
public static MenuItemDefinition DeleteProjectItem { get; set; }

Property Value

MenuItemDefinition

GeneralContextMenuGroup

Gets or sets the general group for the ContextMenu.

[Export]
public static MenuItemGroupDefinition GeneralContextMenuGroup { get; set; }

Property Value

MenuItemGroupDefinition

OpenEditor

Gets or sets the opening editor menu item for the ContextMenu.

[Export]
public static MenuItemDefinition OpenEditor { get; set; }

Property Value

MenuItemDefinition

ProjectItemContextMenuBar

Gets or sets the menu bar definition to build with IMenuBuilder.

[Export]
public static MenuBarDefinition ProjectItemContextMenuBar { get; set; }

Property Value

MenuBarDefinition

RenameProjectItem

Gets or sets the rename menu item for the ContextMenu.

[Export]
public static MenuItemDefinition RenameProjectItem { get; set; }

Property Value

MenuItemDefinition

SetAsStartUpProjectItem

Gets or sets the add reference menu item for the ContextMenu.

[Export]
public static MenuItemDefinition SetAsStartUpProjectItem { get; set; }

Property Value

MenuItemDefinition

ViewInFileExplorer

Gets or sets the opening in file explorer menu item for the ContextMenu.

[Export]
public static MenuItemDefinition ViewInFileExplorer { get; set; }

Property Value

MenuItemDefinition