Click or drag to resize
IPluginHasOptions Property
Gets a value indicating that the plugin has user-configurable settings.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool HasOptions { get; }

Property Value

Type: Boolean
Remarks
If you return false here then the user will not be shown an Options button against your plugin in Virtual Radar Server's list of plugins and ShowWinFormsOptionsUI will never be called.
See Also