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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ShowWinFormsOptionsUI()
Sub ShowWinFormsOptionsUI
void ShowWinFormsOptionsUI()
abstract ShowWinFormsOptionsUI : unit -> unit
Remarks See Also