OpenDesign365 Class

Definition

Namespace: PCBI_365
Assembly: PCBI_365 (in PCBI_365.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class OpenDesign365 : UserControl, 
	IPluginOpenDesign, IPlugin, IPluginRibbonCommand
Inheritance
Object    MarshalByRefObject    Component    Control    ScrollableControl    ContainerControl    UserControl    OpenDesign365
Implements
IPlugin, IPluginOpenDesign, IPluginRibbonCommand

Constructors

OpenDesign365Initializes a new instance of the OpenDesign365 class

Properties

Methods

Events

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