public class PCBIOpenFileDlg : FormPublic Class PCBIOpenFileDlg
Inherits Formpublic ref class PCBIOpenFileDlg : public Formtype PCBIOpenFileDlg =
class
inherit Form
end| PCBIOpenFileDlg(IPCBIWindow) | Create instance of the open file dialog. |
| PCBIOpenFileDlg(String, IPCBIWindow) | Create instance of the open file dialog. |
| GetFileData | Get the file data to load the file. |
| GetSelectedFilterIndex | Get the selected filter index |
| HasFileSelected | Ask whether the user has a file selected. |
| InitBrowse | Init the browse area with initial directory, filter, index and file name. |
| InitDataProviders(String, FileLocation, FileType, ListFileFormatFilter) | Init the File Open Plugin |
| InitDataProviders(String, FileLocation, String, ListFileFormatFilter) | Init the File Open Plugin |
| SetSelectedPlugin | Preset the selected plugin via index. |
| ShowDialog | Override of the existing show dialog to set the parent and handle all actions thread safe. |
| ShowDialog(Form) | Override of the existing show dialog to set the parent and handle all actions thread safe. |
| ShowDialog(IWin32Window) | Override of the existing show dialog to set the parent and handle all actions thread safe. |