PCBISaveFileDlg Class

PCB-Investigator save file dialog with option for save in cloud, Sharepoint or HDD.

Definition

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

Constructors

PCBISaveFileDlg(IPCBIWindow) Create instance of save file dialog.
PCBISaveFileDlg(String, IPCBIWindow) Create instance of save file dialog.

Methods

GetFileData The IFile data object to load e.g. a web resource or a local file.
HasFileSelected Did user select a file?
InitBrowse Initialize the browse internal.
InitDataProviders(String, FileLocation, FileType, String, ListFileFormatFilter) Init the File Open Plugin
InitDataProviders(String, FileLocation, String, String, ListFileFormatFilter) Init the File Open Plugin
ShowDialog Show dialog is defined new with handling of multithreading.
ShowDialog(Form) Show dialog is defined new with handling of multithreading.
ShowDialog(IWin32Window) Show dialog is defined new with handling of multithreading.

Extension Methods

See Also