C# Class PluginInterface.IPlugin

Exibir arquivo Open project: polserver/poltools Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Initialize ( ) : void
ModifyPluginToolStrip ( ToolStripDropDownButton toolstrip ) : void

On Startup called to modify the Plugin ToolStripDropDownButton

ModifyTabPages ( TabControl tabcontrol ) : void

On Startup called to modify the Tabpages

Method Details

Dispose() public abstract method

public abstract Dispose ( ) : void
return void

Initialize() public abstract method

public abstract Initialize ( ) : void
return void

ModifyPluginToolStrip() public method

On Startup called to modify the Plugin ToolStripDropDownButton
public ModifyPluginToolStrip ( ToolStripDropDownButton toolstrip ) : void
toolstrip System.Windows.Forms.ToolStripDropDownButton
return void

ModifyTabPages() public method

On Startup called to modify the Tabpages
public ModifyTabPages ( TabControl tabcontrol ) : void
tabcontrol System.Windows.Forms.TabControl
return void