MsoFileDialogType Enumeration

Specifies the type of a FileDialog object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoFileDialogType
'Usage
Dim instance As MsoFileDialogType
public enum MsoFileDialogType

Members

Member name Description
msoFileDialogOpen Open dialog box.
msoFileDialogSaveAs Save As dialog box.
msoFileDialogFilePicker File picker dialog box.
msoFileDialogFolderPicker Folder picker dialog box.

See Also

Reference

Microsoft.Office.Core Namespace