public class IRegisterItemExtended : IRegisterItemPublic Class IRegisterItemExtended
Inherits IRegisterItempublic ref class IRegisterItemExtended : public IRegisterItemtype IRegisterItemExtended =
class
inherit IRegisterItem
end| IRegisterItemExtended | Initializes a new instance of the IRegisterItemExtended class |
| 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) |