PCBI_Conection Class

Definition

Namespace: PCBI_IBIS
Assembly: PCBI_IBIS_Viewer (in PCBI_IBIS_Viewer.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class PCBI_Conection : IPluginRibbonCommand, 
	IPlugin
Inheritance
Object    PCBI_Conection
Implements
IPlugin, IPluginRibbonCommand

Constructors

PCBI_ConectionInitializes a new instance of the PCBI_Conection 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