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