SelectionListWindow(ListString, 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<string> buttonNames,
	bool canSelectMultiple
)

Parameters

buttonNames  ListString
A list with the button names
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