PCBIOpenFileDlg Class

Integrated open file dialog with options for internal import plugins.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class PCBIOpenFileDlg : Form
Inheritance
Object    MarshalByRefObject    Component    Control    ScrollableControl    ContainerControl    Form    PCBIOpenFileDlg

Constructors

PCBIOpenFileDlg(IPCBIWindow) Create instance of the open file dialog.
PCBIOpenFileDlg(String, IPCBIWindow) Create instance of the open file dialog.

Methods

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
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.

Extension Methods

See Also