ApplicationClass.FileDialog Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property FileDialog ( _
FileDialogType As MsoFileDialogType _
) As FileDialog
Get
'Usage
Dim instance As ApplicationClass
Dim FileDialogType As MsoFileDialogType
Dim value As FileDialog
value = instance.FileDialog(FileDialogType)
public virtual FileDialog this[
MsoFileDialogType FileDialogType
] { get; }
Parameters
- FileDialogType
Type: MsoFileDialogType
Property Value
Type: FileDialog
Implements
_Application.FileDialog[MsoFileDialogType]