Class1 Class

Definition

Namespace: PCBI_ComponentEditor
Assembly: PCBI_Component_Editor (in PCBI_Component_Editor.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class Class1 : IPluginRibbonCommand, IPlugin
Inheritance
Object    Class1
Implements
IPlugin, IPluginRibbonCommand

Constructors

Class1Initializes a new instance of the Class1 class

Properties

Methods

Explicit Interface Implementations

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 });

See Also