Class ToolBarDefinitions
Definitions for the python script tool bar.
public static class ToolBarDefinitions
- Inheritance
-
ToolBarDefinitions
- Inherited Members
Properties
BreakScriptToolBarItem
Gets the tool bar item for breaking the running script.
[Export]
public static ToolBarItemDefinition BreakScriptToolBarItem { get; }
Property Value
DebugScriptToolBarGroup
Gets the tool bar group for debugging the script.
[Export]
public static ToolBarItemGroupDefinition DebugScriptToolBarGroup { get; }
Property Value
EnableDebuggingToolBarItem
Gets the tool bar item for enabling debugging.
[Export]
public static ToolBarItemDefinition EnableDebuggingToolBarItem { get; }
Property Value
ScriptToolBar
Gets the definition for the tool bar, for running a script.
[Export("ScriptingToolBar")]
public static ToolBarDefinition ScriptToolBar { get; }
Property Value
StartScriptToolBarItem
Gets the tool bar item for starting the start up project item.
[Export]
public static ToolBarItemDefinition StartScriptToolBarItem { get; }
Property Value
StartStopScriptToolBarGroup
Gets the tool bar group for start, stop and step the script.
[Export]
public static ToolBarItemGroupDefinition StartStopScriptToolBarGroup { get; }
Property Value
StepIntoScriptToolBarItem
Gets the tool bar item for step into the start up project item.
[Export]
public static ToolBarItemDefinition StepIntoScriptToolBarItem { get; }
Property Value
StepOverScriptToolBarItem
Gets the tool bar item for step over in the start up project item.
[Export]
public static ToolBarItemDefinition StepOverScriptToolBarItem { get; }
Property Value
StopScriptToolBarItem
Gets the tool bar item for stopping the running script.
[Export]
public static ToolBarItemDefinition StopScriptToolBarItem { get; }