Click or drag to resize
IPluginShowWinFormsOptionsUI Method
Called by VRS when the user wants to change the options for the application. This will not be called if HasOptions is false. You must present the options using WinForms. The function will be called on the GUI thread.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void ShowWinFormsOptionsUI()
Remarks
See IPluginSettingsStorage for the object to use to load and save your plugin's settings.
See Also