Click or drag to resize
IPluginGuiThreadStartup Method
Called by VRS on the GUI thread after Startup(PluginStartupParameters) has been called.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void GuiThreadStartup()
Remarks

Some plugins may need to perform some startup work on the GUI thread. This method is guaranteed to be called on the GUI thread by the main presenter.

The method is called after the main view has been constructed but before it is shown to the user. At the point where this is called no UI will be visible to the user.

See Also