FileDialog.InitialView Property
Returns or sets a MsoFileDialogView constant representing the initial presentation of files and folders in a file dialog box.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property InitialView As MsoFileDialogView
Get
Set
'Usage
Dim instance As FileDialog
Dim value As MsoFileDialogView
value = instance.InitialView
instance.InitialView = value
MsoFileDialogView InitialView { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoFileDialogView