public class PCBISaveFileDlg : FormPublic Class PCBISaveFileDlg
Inherits Formpublic ref class PCBISaveFileDlg : public Formtype PCBISaveFileDlg =
class
inherit Form
end| PCBISaveFileDlg(IPCBIWindow) | Create instance of save file dialog. |
| PCBISaveFileDlg(String, IPCBIWindow) | Create instance of save file dialog. |
| GetFileData | The IFile data object to load e.g. a web resource or a local file. |
| GetFilterIndex | Get selected Filter index. |
| 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 |
| SetSelectedPlugin | Preset the selected plugin via index. |
| 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. |