_Application.FileDialog Property

Returns a FileDialog object which represents a single instance of a file dialog box.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property FileDialog ( _
    FileDialogType As MsoFileDialogType _
) As FileDialog
    Get
'Usage
Dim instance As _Application
Dim FileDialogType As MsoFileDialogType
Dim value As FileDialog

value = instance.FileDialog(FileDialogType)
FileDialog this[
    MsoFileDialogType FileDialogType
] { get; }

Parameters

  • FileDialogType
    Type: MsoFileDialogType
    Required MsoFileDialogType. The type of dialog.

Property Value

Type: FileDialog

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace