IRegisterItemExtended 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 IRegisterItemExtended : IRegisterItem
Inheritance
Object    IRegisterItem    IRegisterItemExtended

Constructors

IRegisterItemExtendedInitializes a new instance of the IRegisterItemExtended 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)
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 Type of the item to registrate it as button or checkbox etc.
(Inherited from IRegisterItem)
SortItems Sort the items in the drop down menu
SubItems List of sub items to generate e.g. combobox items or other subitems.
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