Interface IPlugin
The main interface implemented by all plugins.
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public interface IPlugin
Properties
| Name | Description |
|---|---|
| Author | Gets the author's ID. |
| Enabled | Gets or sets a value indicating whether this IPlugin is enabled by the user. |
| Name | Gets the plugin name. |
| Settings | Gets or sets the settings object. |
| StatusItem | Gets the status toolstrip item. |
| ToolStrip | Gets the toolstrip object. |