Interface IVisualPlugin
The interface implemented by the plugins that show one or more visual panels.
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public interface IVisualPlugin
Properties
Name | Description |
---|---|
CanCreatePanel | Gets a value indicating whether this instance can create a visual panel. |
Methods
Name | Description |
---|---|
CreatePanel() | Creates a visual panel. |
DestroyPanel(UserControl) | Destroys the panel. |