SelectionListWindow(ListButtonOption, Boolean) Constructor

Initialize the window (without title).

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public SelectionListWindow(
	List<ButtonOption> buttonOptions,
	bool canSelectMultiple
)

Parameters

buttonOptions  ListButtonOption
 
canSelectMultiple  Boolean
Defines if multiple items in the list can be selected or only one (if true: list uses checkboxes, if false: list uses radio buttons)

See Also