Class ToolBarDefinitions
Represents the script service view tool bar.
public static class ToolBarDefinitions
- Inheritance
-
ToolBarDefinitions
- Inherited Members
Properties
CommentBlockToolBarItem
Gets the tool bar item for CommentBlockCommandDefinition.
[Export]
public static ToolBarItemDefinition CommentBlockToolBarItem { get; }
Property Value
CopyAndPasteGroup
Gets the tool bar group for copy and paste commands.
[Export]
public static ToolBarItemGroupDefinition CopyAndPasteGroup { get; }
Property Value
CopyToolBarItem
Gets the tool bar item for CopyCommandDefinition.
[Export]
public static ToolBarItemDefinition CopyToolBarItem { get; }
Property Value
CutToolBarItem
Gets the tool bar item for CutCommandDefinition.
[Export]
public static ToolBarItemDefinition CutToolBarItem { get; }
Property Value
EditorToolBar
Gets the definition for the tool bar, for a editor.
[Export("ScriptingToolBar")]
public static ToolBarDefinition EditorToolBar { get; }
Property Value
FormatGroup
Gets the tool bar group for format commands.
[Export]
public static ToolBarItemGroupDefinition FormatGroup { get; }
Property Value
PasteToolBarItem
Gets the tool bar item for PasteCommandDefinition.
[Export]
public static ToolBarItemDefinition PasteToolBarItem { get; }
Property Value
RedoToolBarItem
Gets the tool bar item for CopyCommandDefinition.
[Export]
public static ToolBarItemDefinition RedoToolBarItem { get; }
Property Value
UnCommentBlockToolBarItem
Gets the tool bar item for UnCommentBlockCommandDefinition.
[Export]
public static ToolBarItemDefinition UnCommentBlockToolBarItem { get; }
Property Value
UndoRedoGroup
Gets the tool bar group for copy and paste commands.
[Export]
public static ToolBarItemGroupDefinition UndoRedoGroup { get; }
Property Value
UndoToolBarItem
Gets the tool bar item for CutCommandDefinition.
[Export]
public static ToolBarItemDefinition UndoToolBarItem { get; }