IRegisterItemExtendedSubItems Property

List of sub items to generate e.g. combobox items or other subitems.

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IRegisterItem> SubItems { get; set; }

Property Value

ListIRegisterItem

See Also