Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Like IStatusView<TDevice>, but for status displays that need more room. More...
Properties | |
object | Title [get] |
Title for the tab page. Can be anything that is ok for a WPF header. | |
Visibility | Visible [get] |
Visibility of the tab page. | |
Properties inherited from AxelSemrau.Chronos.Plugin.IStatusView< TDevice > | |
TDevice | Device [get, set] |
Gives access to the device. Will be set after the class has been instantiated. | |
Like IStatusView<TDevice>, but for status displays that need more room.
The control will be put on a separate tab in the area that normally shows runlog, diagram, time table.
TDevice |
TDevice | : | class | |
TDevice | : | IDevice |
Definition at line 35 of file StatusViewInterfaces.cs.
|
get |
Title for the tab page. Can be anything that is ok for a WPF header.
Definition at line 40 of file StatusViewInterfaces.cs.
|
get |