IRegisterItemSpecial Class

For external registration of actions, you have to save the ID yourself and handle events for invoking it from inside of PCB-Investigator.

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class IRegisterItemSpecial : IRegisterItem
Inheritance
Object    IRegisterItem    IRegisterItemSpecial

Constructors

IRegisterItemSpecialInitializes a new instance of the IRegisterItemSpecial class

Properties

Category Category of the item, e.g. import or export.
(Inherited from IRegisterItem)
EnableOn Situations for changing enable.
(Inherited from IRegisterItem)
GUID Unique ID to indentify the item and replace it later.
(Inherited from IRegisterItem)
HostControl User Control
IsChildItem Is child of extended item.
(Inherited from IRegisterItem)
MetroStyleBackground The metro style menu shows the item with this background color, if color is empty it will be not shown in metro style menu.
(Inherited from IRegisterItem)
MetroStyleIcon Icon of the item.
(Inherited from IRegisterItem)
ParentName Parent class library or application name.
(Inherited from IRegisterItem)
RegID Is setted from PCB-Investigator.
(Inherited from IRegisterItem)
RegisterType
(Overrides IRegisterItemRegisterType)
Text Name or description for the actions (e.g. show PlugIn dialog)
(Inherited from IRegisterItem)
ToolTip Tool Tip information to show it by moving mouse over the item.
(Inherited from IRegisterItem)

Extension Methods

See Also