PCBI_Connection Class
Namespace: PCBI_PanelBuilderAssembly: PCBI_Panel_Editor (in PCBI_Panel_Editor.dll) Version: 16.0.0.0 (16.0.0.0)
public class PCBI_Connection : IPluginRibbonCommand,
IPlugin, IPluginMessageReceiver, IDisposable
Public Class PCBI_Connection
Implements IPluginRibbonCommand, IPlugin, IPluginMessageReceiver, IDisposable
public ref class PCBI_Connection : IPluginRibbonCommand,
IPlugin, IPluginMessageReceiver, IDisposable
type PCBI_Connection =
class
interface IPluginRibbonCommand
interface IPlugin
interface IPluginMessageReceiver
interface IDisposable
end
- Inheritance
- Object PCBI_Connection
- Implements
- IPlugin, IPluginMessageReceiver, 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 });
|