SelectionListWindow(String, String, ListButtonOption, Boolean) Constructor

Initialize the window.

Definition

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

Parameters

title  String
The title of the window
description  String
The text of the description field under the title (if null or empty the field is omitted)
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