CancelError |
Generate error when user cancels dialog if true. |
DialogTitle |
The string displayed in the dialog's title bar. |
FileDialogEvents |
Property that returns the FileDialogEvents object. |
FileName |
The selected filename. Can be pre-set to initialize the selected filename in the dialog. |
Filter |
The filter used to limit the types of files displayed in the dialog. |
FilterIndex |
The index of the default filter in the filter string (first index is 1). |
InitialDirectory |
The initial directory displayed in the file dialog. This can also be set with the filename property. |
InsertMode |
Gets and sets whether the FileDialog is being used for inserting a file (as opposed to opening one). If set to True, the OnFileInsertDialog event is fired by the ShowOpen method; if set to False, the OnFileOpenDialog event is fired. This defaults to True when a FileDialog is created. |
MultiSelectEnabled |
Gets and sets whether the 'Open' dialog should allow the selection of multiple files. If multiple files are selected by the user, the FileName property returns a string containing all selected file names delimited by a vertical bar ('|'). |
OptionsEnabled |
Gets and sets whether the 'Options' button on the dialog is enabled. If the button is enabled and the user clicks it, the OnOptions event is fired. |
OptionValues |
Read-only property that returns the settings the user specified in the options dialog when a file type known to Inventor was selected. This includes the standard Inventor types (.ipt, .iam, .idw, etc.) and also any files types supported by any translator add-ins. In the case where it’s an unknown type (i.e. .txt, .xml), or if no options were specified this property will return Nothing.The NameValueMap that’s returned can be used directly as the NameValueMap for the corresponding translator add-in. |
ShowQuickLaunch |
Gets and sets whether the quick launch controls on the dialog are visible or not. When the dialog is in insert mode the quick launch controls will be always hidden, so to show the quick launch controls the InsertMode should be set to False also. |
SuppressResolutionWarnings |
Specifies whether or not to warn that a file is being saved outside of a project resolvable location. |