PCBIOpenFileDlg(String, IPCBIWindow) Constructor
Create instance of the open file dialog.
Namespace: PCB_Investigator.PCBIWindowsAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public PCBIOpenFileDlg(
string Title,
IPCBIWindow parent
)
Public Sub New (
Title As String,
parent As IPCBIWindow
)
public:
PCBIOpenFileDlg(
String^ Title,
IPCBIWindow^ parent
)
new :
Title : string *
parent : IPCBIWindow -> PCBIOpenFileDlg
Parameters
- Title String
- Title of the dialog e.g. open IDF file.
- parent IPCBIWindow
- IPCBIWindow which is the parent of this dialog.