IConfigUIAddin Interface
The interface for the addin config UI shown to the user
Properties
| Type | Signature |
| string |
Name
The name of the addin. |
| string |
Description
A description for the addin. |
| Guid |
UniqueId
The unique identifier of the addin. |
| Version |
Version
The version of the addin. |
| object |
Image
The image to display for the addin. |
| PresentionModes |
PresentationMode
The mode which KioWare will use to show the configuration screen. |
Methods
| Type | Signature |
| object |
CreateView(IConfigUIHost host)
The View presented to the user for configuration. |
| void |
LoadSettings()
Called when the config tool is loading settings. |
| void |
SaveSettings()
Called when the config tool is saving settings. |
| void |
ResetSettings()
Called when the config tool is resetting settings. |