FileDialog.InitialView Property

Definition

Returns or sets a MsoFileDialogView constant representing the initial presentation of files and folders in a file dialog box.

public:
 property Microsoft::Office::Core::MsoFileDialogView InitialView { Microsoft::Office::Core::MsoFileDialogView get(); void set(Microsoft::Office::Core::MsoFileDialogView value); };
public Microsoft.Office.Core.MsoFileDialogView InitialView { get; set; }
member this.InitialView : Microsoft.Office.Core.MsoFileDialogView with get, set
Public Property InitialView As MsoFileDialogView

Property Value

Applies to