_Application.FileDialog[MsoFileDialogType] Property
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.
Returns a FileDialog object which represents a single instance of a file dialog box.
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; }
member this.FileDialog(Microsoft.Office.Core.MsoFileDialogType) : Microsoft.Office.Core.FileDialog
Public ReadOnly Property FileDialog(FileDialogType As MsoFileDialogType) As FileDialog
Parameters
- FileDialogType
- MsoFileDialogType
Required MsoFileDialogType. The type of dialog.