Méthode | Description | |
---|---|---|
RemoveAllMenuItems ( ) : void | ||
ShutDown ( PluginShutDownReason shutDownReason ) : bool | ||
StartUp ( ) : void |
Méthode | Description | |
---|---|---|
AddMenuItemTo ( string whatToAdd, EventHandler eventHandler, string container ) : |
||
AddMenuItemTo ( string whatToAdd, EventHandler eventHandler, string container, int preferredIndex ) : |
||
AddTab ( ) : void | ||
AddToTab ( System tabContainer, System control, string tabName ) : |
||
AddToToolBar ( System control, string toolbarName ) : void | ||
FocusTab ( ) : void | ||
RemoveFromToolbar ( System control, string toolbarName ) : bool | ||
RemoveTab ( ) : void | ||
RemoveTab ( |
||
ShowTab ( |
Méthode | Description | |
---|---|---|
GetItem ( string name ) : |
||
OnClosedByUser ( object sender ) : void |
protected AddMenuItemTo ( string whatToAdd, EventHandler eventHandler, string container ) : |
||
whatToAdd | string | |
eventHandler | EventHandler | |
container | string | |
Résultat |
protected AddMenuItemTo ( string whatToAdd, EventHandler eventHandler, string container, int preferredIndex ) : |
||
whatToAdd | string | |
eventHandler | EventHandler | |
container | string | |
preferredIndex | int | |
Résultat |
protected AddToTab ( System tabContainer, System control, string tabName ) : |
||
tabContainer | System | |
control | System | |
tabName | string | |
Résultat |
protected AddToToolBar ( System control, string toolbarName ) : void | ||
control | System | |
toolbarName | string | |
Résultat | void |
protected RemoveFromToolbar ( System control, string toolbarName ) : bool | ||
control | System | |
toolbarName | string | |
Résultat | bool |
protected RemoveTab ( |
||
pluginTab | ||
Résultat | void |
protected ShowTab ( |
||
pluginTab | ||
Résultat | void |
public abstract ShutDown ( PluginShutDownReason shutDownReason ) : bool | ||
shutDownReason | PluginShutDownReason | |
Résultat | bool |