IConfigUIHost Interface
The interface that the config tool provides for interacting with the host container
Properties
Type | Signature |
Version |
HostVersion
The version of KioWare that is currently running. |
int |
HostRevision
The revision number of KioWare that is currently running. |
string |
UserDataDirectory
Gets the file path to the user data directory. |
IEventLog |
EventLog
Provides access for addins to write event log entries. |
Configuration.ISettingsManager |
SettingsManager
Provides a KioWare-managed interface to be able to load and persist settings from an addin. |
IHostUICallbacks |
HostUICallbacks
Provides access for config UI addins to present built-in config tool UI. |