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

Create instance of enter text dialog for simple text input.

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,
	bool checkFileName
)

Parameters

title  String
 
label  String
 
text  String
 
acceptEmpty  Boolean
 
checkFileName  Boolean
 

See Also