C# Class PluginInterface.IPlugin

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public abstract Dispose ( ) : void
Résultat void

Initialize() public abstract méthode

public abstract Initialize ( ) : void
Résultat void

ModifyPluginToolStrip() public méthode

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

ModifyTabPages() public méthode

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