Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
To be implemented by the Toolbox part of a Chronos plugin. More...
Properties | |
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. | |
To be implemented by the Toolbox part of a Chronos plugin.
TDevice | The device implementation class type |
The class implementing this interface should be a WPF or a windows forms Control. One instance of this class will be created for each configured device instance.
TDevice | : | class | |
TDevice | : | IDevice |
Definition at line 14 of file ToolboxInterfaces.cs.
|
getset |
Gives access to the device. Will be set after the class has been instantiated.
Definition at line 19 of file ToolboxInterfaces.cs.
|
get |
Icon that is shown in the tools menu.
Please use 32x32 pixels.
Definition at line 29 of file ToolboxInterfaces.cs.