PCBIOpenFileDlgInitBrowse Method

Init the browse area with initial directory, filter, index and file name.

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 to set the startup path.
filter  String
Set the filter for this dialog.
filterIndex  Int32
Select the filter from before defined list.
fileName  String
The file name.

See Also