ClassPCBIConnectMenu Class
Namespace: PCBI_TopBotTollbarAssembly: PCBI_TopBotView (in PCBI_TopBotView.dll) Version: 17.0.0.0 (17.0.0.0)
public class ClassPCBIConnectMenu : IPluginRibbonCommand,
IPlugin, IDisposable
Public Class ClassPCBIConnectMenu
Implements IPluginRibbonCommand, IPlugin, IDisposable
public ref class ClassPCBIConnectMenu : IPluginRibbonCommand,
IPlugin, IDisposable
type ClassPCBIConnectMenu =
class
interface IPluginRibbonCommand
interface IPlugin
interface IDisposable
end
- Inheritance
- Object ClassPCBIConnectMenu
- Implements
- IPlugin, IPluginRibbonCommand, IDisposable
| 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 });
|