| CancelError |
|
| DialogTitle |
|
| FileDialogEvents |
Property that returns the FileDialogEvents object. |
| FileName |
|
| Filter |
|
| FilterIndex |
|
| InitialDirectory |
|
| 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 |
|
| OptionsEnabled |
|
| 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 |
|