PCBISaveFileDlgInitBrowse Method

Initialize the browse internal.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void InitBrowse(
	string initialDir,
	string filter,
	int filterIndex,
	string fileName
)

Parameters

initialDir  String
The initial directory.
filter  String
Filter list depending on your file endings (e.g. Textfile (*.txt)|*.txt).
filterIndex  Int32
Index in filter list.
fileName  String
Preset of file name of your file.

See Also