FileDialog.DialogType Property
Returns an MsoFileDialogType constant representing the type of file dialog box that the FileDialog object is set to display.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property DialogType As MsoFileDialogType
Get
'Usage
Dim instance As FileDialog
Dim value As MsoFileDialogType
value = instance.DialogType
MsoFileDialogType DialogType { get; }
Property Value
Type: Microsoft.Office.Core.MsoFileDialogType