Class ToolBarDefinitions
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
NewOpenSaveToolBar
Gets the definition for the toolbar, for creating, opening and saving the project.
[Export("ScriptingToolBar")]
public static ToolBarDefinition NewOpenSaveToolBar { get; }
Property Value
NewOpenSaveToolBarGroup
Gets the toolbar group for creating, opening and saving the project.
[Export]
public static ToolBarItemGroupDefinition NewOpenSaveToolBarGroup { get; }
Property Value
OpenFileToolBarItem
Gets the toolbar item to open a project.
[Export]
public static ToolBarItemDefinition OpenFileToolBarItem { get; }
Property Value
ProjectViewModelToolBar
Gets or sets the definition for the toolbar in the ProjectViewModel.
public static ToolBarDefinition ProjectViewModelToolBar { get; set; }
Property Value
SaveAllFilesToolBarItem
Gets the toolbar item to save all documents of the current IScriptShell.
[Export]
public static ToolBarItemDefinition SaveAllFilesToolBarItem { get; }
Property Value
SaveFileToolBarItem
Gets the toolbar item to save the active document.
[Export]
public static ToolBarItemDefinition SaveFileToolBarItem { get; }