ClassPCBIConnectMenu Class

Definition

Namespace: PCBI_TopBotTollbar
Assembly: PCBI_TopBotView (in PCBI_TopBotView.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class ClassPCBIConnectMenu : IPluginRibbonCommand, 
	IPlugin, IDisposable
Inheritance
Object    ClassPCBIConnectMenu
Implements
IPlugin, IPluginRibbonCommand, IDisposable

Constructors

ClassPCBIConnectMenuInitializes a new instance of the ClassPCBIConnectMenu class

Properties

Methods

DisposeReleases all resources used by the ClassPCBIConnectMenu
InitEvents 
IsActionAllowed 
parent_PCBIFormKeyDown 

Fields

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