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