IPluginHasOptions Property |
Gets a value indicating that the plugin has user-configurable settings.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property HasOptions As Boolean
Get
property bool HasOptions {
bool get ();
}
abstract HasOptions : bool with get
Property Value
Type:
BooleanRemarks
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