Click or drag to resize
IPluginStatusDescription Property
Gets a longer string giving more information on Status. If no description is appropriate, i.e. Status already says everything you want to say, then return an empty string or null.

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

Property Value

Type: String
Remarks
You should raise StatusChanged when you change the value of this property.
See Also