Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Implement this if you want your toolbox to be visible during a sequence run. More...
Properties | |
bool | SequenceRunning [set] |
Informs you if a sequence is running or not, so that you can adjust the GUI accordingly. | |
Properties inherited from AxelSemrau.Chronos.Plugin.IToolbox< TDevice > | |
TDevice | Device [get, set] |
Gives access to the device. Will be set after the class has been instantiated. | |
System.Drawing.Icon | NavBarIcon [get] |
Icon that is shown in the tools menu. | |
Implement this if you want your toolbox to be visible during a sequence run.
By default, toolboxes are not visible during a sequence run. If you think your toolbox (or parts of it) should be accessible, implement this interface. You will be notified when a sequence is running.
TDevice |
TDevice | : | class | |
TDevice | : | IDevice |
Definition at line 44 of file ToolboxInterfaces.cs.
|
set |
Informs you if a sequence is running or not, so that you can adjust the GUI accordingly.
Definition at line 50 of file ToolboxInterfaces.cs.