MsoFileDialogType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of a FileDialog object.
public enum class MsoFileDialogType
public enum MsoFileDialogType
type MsoFileDialogType =
Public Enum MsoFileDialogType
- Inheritance
-
MsoFileDialogType
Fields
Name | Value | Description |
---|---|---|
msoFileDialogOpen | 1 | Open dialog box. |
msoFileDialogSaveAs | 2 | Save As dialog box. |
msoFileDialogFilePicker | 3 | File picker dialog box. |
msoFileDialogFolderPicker | 4 | Folder picker dialog box. |