Table of Contents

Class ToolBarDefinitions

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

Definitions for the project toolbars.

public static class ToolBarDefinitions
Inheritance
ToolBarDefinitions
Inherited Members

Properties

NewFileToolBarItem

Gets the toolbar item to create a new project.

[Export]
public static ToolBarItemDefinition NewFileToolBarItem { get; }

Property Value

ToolBarItemDefinition

NewOpenSaveToolBar

Gets the definition for the toolbar, for creating, opening and saving the project.

[Export("ScriptingToolBar")]
public static ToolBarDefinition NewOpenSaveToolBar { get; }

Property Value

ToolBarDefinition

NewOpenSaveToolBarGroup

Gets the toolbar group for creating, opening and saving the project.

[Export]
public static ToolBarItemGroupDefinition NewOpenSaveToolBarGroup { get; }

Property Value

ToolBarItemGroupDefinition

OpenFileToolBarItem

Gets the toolbar item to open a project.

[Export]
public static ToolBarItemDefinition OpenFileToolBarItem { get; }

Property Value

ToolBarItemDefinition

ProjectViewModelToolBar

Gets or sets the definition for the toolbar in the ProjectViewModel.

public static ToolBarDefinition ProjectViewModelToolBar { get; set; }

Property Value

ToolBarDefinition

SaveAllFilesToolBarItem

Gets the toolbar item to save all documents of the current IScriptShell.

[Export]
public static ToolBarItemDefinition SaveAllFilesToolBarItem { get; }

Property Value

ToolBarItemDefinition

SaveFileToolBarItem

Gets the toolbar item to save the active document.

[Export]
public static ToolBarItemDefinition SaveFileToolBarItem { get; }

Property Value

ToolBarItemDefinition