_Application.FileDialog[MsoFileDialogType] Property

Definition

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.

Property Value

Applies to