PCBIEnterTextDialog(String, String, String, Boolean, ListObject) Constructor

Initializes a new instance of the PCBIEnterTextDialog class

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public PCBIEnterTextDialog(
	string title,
	string label,
	string text,
	bool acceptEmpty,
	List<Object> comboBoxItems
)

Parameters

title  String
 
label  String
 
text  String
 
acceptEmpty  Boolean
 
comboBoxItems  ListObject
 

See Also