PCBIEnterTextDialogInit Method

Important init method to set labels by using constructor without this parameters.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Init(
	string title,
	string label,
	string text,
	bool acceptEmpty,
	bool checkFileName,
	bool showDropDown = false
)

Parameters

title  String
label  String
text  String
acceptEmpty  Boolean
checkFileName  Boolean
showDropDown  Boolean  (Optional)

See Also