FileDialog.InitialView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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