IRegisterItem Class
For external registration of actions, you have to save the ID yourself and handle events for invoking it from inside of PCB-Investigator.
Namespace: PCBI.Plugin.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public class IRegisterItem
Public Class IRegisterItem
public ref class IRegisterItem
type IRegisterItem = class end
- Inheritance
- Object IRegisterItem
- Derived
| IRegisterItem | Initializes a new instance of the IRegisterItem class |
| Category |
Category of the item, e.g. import or export.
|
| EnableOn |
Situations for changing enable.
|
| GUID |
Unique ID to indentify the item and replace it later.
|
| IsChildItem |
Is child of extended item.
|
| 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.
|
| MetroStyleIcon |
Icon of the item.
|
| ParentName |
Parent class library or application name.
|
| RegID |
Is setted from PCB-Investigator.
|
| RegisterType |
Type of the item to registrate it as button or checkbox etc.
|
| Text |
Name or description for the actions (e.g. show PlugIn dialog)
|
| ToolTip |
Tool Tip information to show it by moving mouse over the item.
|