Class MenuDefinitions
Contains the menu definitions that belongs to a script project.
public static class MenuDefinitions
- Inheritance
-
MenuDefinitions
- Inherited Members
Properties
CallStackMenuItem
Gets the menu item to view the call stack tool.
[Export]
public static MenuItemDefinition CallStackMenuItem { get; }
Property Value
CopyMenuItem
Gets the copy menu item.
[Export]
public static MenuItemDefinition CopyMenuItem { get; }
Property Value
CutMenuItem
Gets the cut menu item.
[Export]
public static MenuItemDefinition CutMenuItem { get; }
Property Value
ErrorListMenuItem
Gets the menu item to view the error list.
[Export]
public static MenuItemDefinition ErrorListMenuItem { get; }
Property Value
GoToLineMenuItem
Gets the menu item to go to line.
[Export]
public static MenuItemDefinition GoToLineMenuItem { get; }
Property Value
NewFileMenuItem
Gets the menu item to create a new project.
[Export]
public static MenuItemDefinition NewFileMenuItem { get; }
Property Value
OpenFileMenuItem
Gets the menu item to open a project.
[Export]
public static MenuItemDefinition OpenFileMenuItem { get; }
Property Value
OutputMenuItem
Gets the menu item to view the output tool.
[Export]
public static MenuItemDefinition OutputMenuItem { get; }
Property Value
PasteMenuItem
Gets the paste menu item.
[Export]
public static MenuItemDefinition PasteMenuItem { get; }
Property Value
RedoMenuItem
Gets the 'redo' menu item.
[Export]
public static MenuItemDefinition RedoMenuItem { get; }
Property Value
SaveAllFilesMenuItem
Gets the menu item to save all documents of the current IScriptShell.
[Export]
public static MenuItemDefinition SaveAllFilesMenuItem { get; }
Property Value
SaveFileMenuItem
Gets the menu item to save the active document.
[Export]
public static MenuItemDefinition SaveFileMenuItem { get; }
Property Value
SearchMenuItem
Gets the menu item for search.
[Export]
public static MenuItemDefinition SearchMenuItem { get; }
Property Value
TaskListMenuItem
Gets the menu item to view the task list.
[Export]
public static MenuItemDefinition TaskListMenuItem { get; }
Property Value
UndoMenuItem
Gets the 'undo' menu item.
[Export]
public static MenuItemDefinition UndoMenuItem { get; }
Property Value
ViewProjectMenuItem
Gets the menu item to view the project explorer.
[Export]
public static MenuItemDefinition ViewProjectMenuItem { get; }