Plugin Class
Namespace: ExportComponentReportAssembly: PCBI_AssemblyDrawing_Report (in PCBI_AssemblyDrawing_Report.dll) Version: 17.0.0.0 (17.0.0.0)
public class Plugin : IPluginRibbonCommand, IPlugin,
IDisposable
Public Class Plugin
Implements IPluginRibbonCommand, IPlugin, IDisposable
public ref class Plugin : IPluginRibbonCommand, IPlugin,
IDisposable
type Plugin =
class
interface IPluginRibbonCommand
interface IPlugin
interface IDisposable
end
- Inheritance
- Object Plugin
- Implements
- IPlugin, IPluginRibbonCommand, IDisposable
| Plugin | Initializes a new instance of the Plugin class |
| IPluginRibbonCommandOnCommandExecute |
Will be called with each command to execute.
|
| IPluginRibbonCommandRegisterCommand |
Register your own commands here like this:
int MyCmdID = Parent.UIAction.RegisterID(new PCBI.Plugin.Interfaces.IRegisterItem() { Text = PCB_Investigator.Localization.PCBILocalization.TranslateToCurrentLanguage("CommandName"), MetroStyleIcon = icon, ToolTip = "...", RegisterType = RegisterItemType.BUTTON, GUID = "ID_MY_COMMAND", Category = "PlugIn", EnableOn = Availability.Always });
|