_Application.FileDialog[MsoFileDialogType] Property

Definition

Returns a FileDialog object representing an instance of the file dialog.

public:
 property Microsoft::Office::Core::FileDialog ^ FileDialog[Microsoft::Office::Core::MsoFileDialogType] { Microsoft::Office::Core::FileDialog ^ get(Microsoft::Office::Core::MsoFileDialogType fileDialogType); };
public Microsoft.Office.Core.FileDialog FileDialog[Microsoft.Office.Core.MsoFileDialogType fileDialogType] { get; }
Public ReadOnly Property FileDialog(fileDialogType As MsoFileDialogType) As FileDialog

Parameters

fileDialogType
MsoFileDialogType

Required MsoFileDialogType. The type of file dialog.MsoFileDialogType can be one of these MsoFileDialogType constants:msoFileDialogFilePicker Allows user to select a file.msoFileDialogFolderPicker Allows user to select a folder.msoFileDialogOpen Allows user to open a file.msoFileDialogSaveAs Allows user to save a file.

Property Value

Applies to